Skip to content

Commit

Permalink
Have dependabot update monthly (#87)
Browse files Browse the repository at this point in the history
This has dependabot scan for Python dependencies, and make PRs for
them, monthly instead of weekly.

It shouldn't affect security alerts or most updates for known
security vulnerabilities.
  • Loading branch information
EliahKagan authored Mar 6, 2023
1 parent 6e18b9a commit ba81795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ updates:
- package-ecosystem: pip
directory: '/'
schedule:
interval: weekly
interval: monthly
allow:
- dependency-type: all
open-pull-requests-limit: 20
Expand Down

0 comments on commit ba81795

Please sign in to comment.