Skip to content

Commit 4de29ee

Browse files
committed
Fix dependabot.yml for Gradle Develocity as DEV dep
1 parent 5529cbb commit 4de29ee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ updates:
1818
update-types:
1919
- patch
2020
patterns:
21-
- com.gradle.enterprise
21+
- com.gradle.*
2222
- io.spring.*
2323
- org.ajoberstar.grgit
2424
- org.antora
@@ -47,7 +47,7 @@ updates:
4747
update-types:
4848
- patch
4949
patterns:
50-
- com.gradle.enterprise
50+
- com.gradle.*
5151
- io.spring.*
5252
- org.ajoberstar.grgit
5353
- org.antora
@@ -76,7 +76,7 @@ updates:
7676
update-types:
7777
- patch
7878
patterns:
79-
- com.gradle.enterprise
79+
- com.gradle.*
8080
- io.spring.*
8181
- org.ajoberstar.grgit
8282
- org.antora

0 commit comments

Comments
 (0)