This is an automated email from the ASF dual-hosted git repository.
janhoy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/main by this push:
new 328cce63411 Fix renovate.json to work with version catalogs (#2936)
328cce63411 is described below
commit 328cce634116df2ac1e318730f7e87daa708a282
Author: Christos Malliaridis <[email protected]>
AuthorDate: Mon Jan 6 11:15:19 2025 +0200
Fix renovate.json to work with version catalogs (#2936)
---
.github/renovate.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/renovate.json b/.github/renovate.json
index 5cf53a4c5fd..94220882331 100644
--- a/.github/renovate.json
+++ b/.github/renovate.json
@@ -4,9 +4,9 @@
"enabled": true,
"dependencyDashboard": false,
"enabledManagers": ["gradle", "github-actions"],
- "includePaths": ["versions.*", "build.gradle", ".github/workflows/*"],
+ "includePaths": ["gradle/libs.versions.toml", "versions.*", "build.gradle",
".github/workflows/*"],
"postUpgradeTasks": {
- "commands": ["./gradlew updateLicenses"],
+ "commands": ["./gradlew writeLocks", "./gradlew updateLicenses"],
"fileFilters": ["solr/licenses/*.sha1"],
"executionMode": "branch"
},