Skip to content

Commit

Permalink
Reduce automatic update frequency of dependabot to monthly
Browse files Browse the repository at this point in the history
  • Loading branch information
tsagadar committed Dec 3, 2024
1 parent 6e7705b commit f18d6f6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
version: 2
updates:
- package-ecosystem: "pip"
directory: "/"
- package-ecosystem: pip
directory: /
schedule:
interval: "weekly"
interval: monthly
open-pull-requests-limit: 5

- package-ecosystem: github-actions
directory: /
schedule:
interval: daily
interval: monthly

- package-ecosystem: docker
directory: /docker
schedule:
interval: daily
interval: monthly

0 comments on commit f18d6f6

Please sign in to comment.