Skip to content

Commit

Permalink
Update Dependabot configuration
Browse files Browse the repository at this point in the history
* Remove Gradle as the dependencies are managed manually
* Group the GitHub Actions dependency updates to avoid
  PR spam
  • Loading branch information
plamentotev committed Sep 28, 2024
1 parent f23b483 commit d43e9d5
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
version: 2
updates:
- package-ecosystem: "gradle"
directory: "/"
schedule:
interval: "monthly"
- package-ecosystem: "github-actions"
directory: "/"
directory: "/.github"
groups:
dependencies:
applies-to: version-updates
patterns:
- "*"
schedule:
interval: "monthly"
interval: "monthly"

0 comments on commit d43e9d5

Please sign in to comment.