Skip to content

Commit

Permalink
Run dependabot only once per week (#385)
Browse files Browse the repository at this point in the history
  • Loading branch information
daogrady authored Dec 17, 2024
1 parent 7d092f0 commit 81f3bd2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ updates:
directory: /
versioning-strategy: increase-if-necessary
schedule:
interval: daily
interval: weekly
groups:
production-dependencies:
dependency-type: "production"
development-dependencies:
dependency-type: "development"
ignore:
- dependency-name: "chai"
# chai 5 doesn't work atm w/ cds.test
Expand Down

0 comments on commit 81f3bd2

Please sign in to comment.