Skip to content

Commit 9ee6234

Browse files
committed
Add Gradle to dependabot configuration
Dependabot was only creating PRs to update the Maven pom.xml files with new dependency versions, while the Gradle build.gradle files had to be updated manually, which was often missed, leaving the Gradle build out of sync. Add gradle to the dependabot configuration so that it creates PRs to update the Gradle build.gradle files as well.
1 parent ca316eb commit 9ee6234

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ updates:
88
schedule:
99
interval: "daily"
1010

11+
- package-ecosystem: "gradle"
12+
directory: "/"
13+
schedule:
14+
interval: "daily"
15+
1116
- package-ecosystem: "github-actions"
1217
directory: "/"
1318
schedule:

0 commit comments

Comments
 (0)