Skip to content

Commit

Permalink
Perform dependency updates in weekly batches.
Browse files Browse the repository at this point in the history
Compare google/truth#1304

This would presumably have avoided the problem discussed in
jspecify#598.
  • Loading branch information
cpovirk committed Aug 19, 2024
1 parent e7f5e96 commit 1d65140
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,29 @@ updates:
- package-ecosystem: "gradle"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
groups:
dependencies:
applies-to: version-updates
patterns:
- "*"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
groups:
dependencies:
applies-to: version-updates
patterns:
- "*"

- package-ecosystem: "npm"
directory: "/docs"
schedule:
interval: "daily"
interval: "weekly"
groups:
dependencies:
applies-to: version-updates
patterns:
- "*"

0 comments on commit 1d65140

Please sign in to comment.