Skip to content

Commit 788b811

Browse files
authored
Don't update develocity plugin automatically (#4755)
1 parent 7fe9261 commit 788b811

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

renovate.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,9 @@
5555
},
5656
{
5757
"description": "Do not update Develocity as server may not support a newer version",
58-
"matchPackageNames": [
59-
"com.gradle:develocity-gradle-plugin*"
58+
"matchDepNames": [
59+
"com.gradle.develocity",
60+
"com.gradle:develocity-gradle-plugin"
6061
],
6162
"enabled": false
6263
},

0 commit comments

Comments
 (0)