Skip to content

Commit

Permalink
Switch dependabot to weekly grouped PRs to reduce spam
Browse files Browse the repository at this point in the history
  • Loading branch information
svenklemm committed Feb 6, 2024
1 parent 1c297be commit b46d763
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,14 @@ updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: daily
interval: weekly

- package-ecosystem: pip
directory: /
schedule:
interval: daily
interval: weekly
groups:
py-dependencies:
patterns:
"*"

0 comments on commit b46d763

Please sign in to comment.