Skip to content

Commit

Permalink
Update dependabot configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
AndPuQing committed Jan 28, 2024
1 parent febd8ca commit 1d2d9d9
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
---
version: 2
updates:
- package-ecosystem: pip
directory: /backend/app # Location of package manifests
schedule:
interval: weekly
- package-ecosystem: pip
directory: /backend/app # Location of package manifests
schedule:
interval: weekly

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

- package-ecosystem: github-actions
directory: .github/workflows
schedule:
interval: weekly

0 comments on commit 1d2d9d9

Please sign in to comment.