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 5cb698b23 chore: make node version upgradeable with renovate
5cb698b23 is described below

commit 5cb698b23e4a64d89911d3895d5bac3c8b3e389e
Author: Robert Munteanu <[email protected]>
AuthorDate: Fri Nov 21 22:33:39 2025 +0100

    chore: make node version upgradeable with renovate
---
 pom.xml       | 6 +++---
 renovate.json | 3 ++-
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 9acfc1b04..bd512cd74 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,8 +42,8 @@
     <!-- pagefind needs to run after compile and before package... -->
     <pagefind.maven.phase>test</pagefind.maven.phase>
 
-    <!-- getting GLIBC_2.28 not found on Jenkins with Node > 16 -->
-    <pagefind.node.version>v16.6.0</pagefind.node.version>
+    <!-- renovate: datasource=node depName=node -->
+    <pagefind.node.version>16.6.0</pagefind.node.version>
   </properties>
 
   <build>
@@ -242,7 +242,7 @@
                                 </goals>
                                 <phase>${pagefind.maven.phase}</phase>
                                 <configuration>
-                                    
<nodeVersion>${pagefind.node.version}</nodeVersion>
+                                    
<nodeVersion>v${pagefind.node.version}</nodeVersion>
                                 </configuration>
                             </execution>
                             <execution>
diff --git a/renovate.json b/renovate.json
index 0352d9878..43a677df0 100644
--- a/renovate.json
+++ b/renovate.json
@@ -1,7 +1,8 @@
 {
   "$schema": "https://docs.renovatebot.com/renovate-schema.json";,
   "extends": [
-    "config:base"
+    "config:base",
+    "customManagers:mavenPropertyVersions"
   ],
   "html": {
     "enabled": false

Reply via email to