Skip to content

Commit

Permalink
Update renovate config to use new task
Browse files Browse the repository at this point in the history
  • Loading branch information
malliaridis committed Jan 11, 2025
1 parent ac799e3 commit 039734b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"enabledManagers": ["gradle", "github-actions"],
"includePaths": ["gradle/libs.versions.toml", "versions.*", "build.gradle", ".github/workflows/*"],
"postUpgradeTasks": {
"commands": ["./gradlew writeLocks", "./gradlew updateLicenses"],
"commands": ["./gradlew resolveAndLockAll", "./gradlew updateLicenses"],
"fileFilters": ["solr/licenses/*.sha1"],
"executionMode": "branch"
},
Expand Down

0 comments on commit 039734b

Please sign in to comment.