Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,30 @@
version: 2

updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
cooldown:
default-days: 7
- package-ecosystem: "gradle"
directory: "/"
registries:
- google
- gradle-plugin
schedule:
interval: "weekly"
Comment on lines +15 to +16
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lots of other people use daily here.

cooldown:
default-days: 7
Comment on lines +17 to +18
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will delay version upgrades by at least 7 days. Is this desired?

groups:
maven-dependencies:
patterns:
- "*"
Comment on lines +19 to +22
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will group multiple upgrades into one pull request.


registries:
google:
type: maven-repository
url: https://maven.google.com
gradle-plugin:
type: maven-repository
url: https://plugins.gradle.org/m2