Skip to content

Commit 328cce6

Browse files
authored
Fix renovate.json to work with version catalogs (#2936)
1 parent 1b1c925 commit 328cce6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/renovate.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"enabled": true,
55
"dependencyDashboard": false,
66
"enabledManagers": ["gradle", "github-actions"],
7-
"includePaths": ["versions.*", "build.gradle", ".github/workflows/*"],
7+
"includePaths": ["gradle/libs.versions.toml", "versions.*", "build.gradle", ".github/workflows/*"],
88
"postUpgradeTasks": {
9-
"commands": ["./gradlew updateLicenses"],
9+
"commands": ["./gradlew writeLocks", "./gradlew updateLicenses"],
1010
"fileFilters": ["solr/licenses/*.sha1"],
1111
"executionMode": "branch"
1212
},

0 commit comments

Comments
 (0)