Skip to content

Commit

Permalink
chore: make renovate update gradle version in gradle.properties (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
SirYwell committed Nov 13, 2024
1 parent 9153e85 commit 8a17631
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,18 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"customManagers": [
{
"customType": "regex",
"datasourceTemplate": "gradle-version",
"packageNameTemplate": "gradle",
"fileMatch": [
"(^|/)gradle.properties$"
],
"matchStrings": [
"gradleVersion = (?<currentValue>[^\\s#]+)"
]
}
]
}

0 comments on commit 8a17631

Please sign in to comment.