Skip to content

Commit

Permalink
Update Docker directory in dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AndPuQing committed Jan 28, 2024
1 parent 39787a0 commit 6b28b44
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
---
version: 2
updates:
- package-ecosystem: "python"
directory: "/backend/app" # Location of package manifests
schedule:
interval: "weekly"
- package-ecosystem: python
directory: /backend/app # Location of package manifests
schedule:
interval: weekly

- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: docker
directory: /backend
schedule:
interval: weekly

0 comments on commit 6b28b44

Please sign in to comment.