Skip to content

Commit 2d3b6bb

Browse files
committed
chore(renovate): configure node version consistency
1 parent 87e50ad commit 2d3b6bb

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

core/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
"name": "@ionic/core",
33
"version": "8.7.11",
44
"description": "Base components for Ionic",
5+
"engines": {
6+
"node": "24.x"
7+
},
58
"keywords": [
69
"ionic",
710
"framework",

renovate.json5

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,15 @@
9696
"package.json"
9797
],
9898
enabled: false
99+
},
100+
{
101+
/**
102+
* Group Node version updates into a single PR to update
103+
* the workflows and core package.json simultaneously.
104+
*/
105+
matchDatasources: ["node-version"],
106+
matchPackagePatterns: ["node"],
107+
groupName: "node-version-updates"
99108
}
100109
],
101110
dependencyDashboard: false,

0 commit comments

Comments
 (0)