This is an automated email from the ASF dual-hosted git repository.
rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-site.git
The following commit(s) were added to refs/heads/master by this push:
new fe654a33e Migrate Renovate config (#257)
fe654a33e is described below
commit fe654a33ead26c0fba19d0215359b74f3331305f
Author: Mend Renovate <[email protected]>
AuthorDate: Wed Jun 24 10:17:39 2026 +0100
Migrate Renovate config (#257)
* chore(config): migrate config renovate.json
* fix(config): correct file pattern for downloads.tpl
---------
Co-authored-by: Robert Munteanu <[email protected]>
---
renovate.json | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)
diff --git a/renovate.json b/renovate.json
index 43a677df0..c8ee20d76 100644
--- a/renovate.json
+++ b/renovate.json
@@ -1,18 +1,21 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
- "config:base",
+ "config:recommended",
"customManagers:mavenPropertyVersions"
],
"html": {
"enabled": false
},
- "regexManagers": [
+ "customManagers": [
{
- "fileMatch": ["src/main/jbake/templates/downloads.tpl"],
+ "customType": "regex",
+ "managerFilePatterns": [
+ "/src/main/jbake/templates/downloads.tpl"
+ ],
"matchStrings": [
- "\".+\\|(?<depName>.+)\\|(?<currentValue>.+)\\|.+\\|.+\",",
- "\".+\\|(?<depName>.+)\\|(?<currentValue>.+)\\|.+\\\","
+ "\".+\\|(?<depName>.+)\\|(?<currentValue>.+)\\|.+\\|.+\",",
+ "\".+\\|(?<depName>.+)\\|(?<currentValue>.+)\\|.+\\\","
],
"datasourceTemplate": "maven",
"depNameTemplate": "org.apache.sling:{{{depName}}}"