Skip to content

Commit

Permalink
Create dependabot config file
Browse files Browse the repository at this point in the history
  • Loading branch information
robertmcnees authored Aug 9, 2024
1 parent 0f953c5 commit b5520c4
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
version: 2
updates:

- package-ecosystem: "gradle"
directories:
- "/initial"
- "/complete"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-patch"]
schedule:
interval: "monthly"
target-branch: "main"
groups:
guide-dependencies-gradle:
patterns:
- "*"

0 comments on commit b5520c4

Please sign in to comment.