Skip to content

Commit

Permalink
Run dependebot weekly to get feedback sooner
Browse files Browse the repository at this point in the history
We can can back to monthly later when we have a better understanding of how it works.
  • Loading branch information
sbidoul committed Jan 15, 2025
1 parent 1d5f04b commit b4e31a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
interval: "weekly"
groups:
github-actions:
patterns:
- "*"
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "monthly"
interval: "weekly"

0 comments on commit b4e31a7

Please sign in to comment.