We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87e50ad commit 2d3b6bbCopy full SHA for 2d3b6bb
core/package.json
@@ -2,6 +2,9 @@
2
"name": "@ionic/core",
3
"version": "8.7.11",
4
"description": "Base components for Ionic",
5
+ "engines": {
6
+ "node": "24.x"
7
+ },
8
"keywords": [
9
"ionic",
10
"framework",
renovate.json5
@@ -96,6 +96,15 @@
96
"package.json"
97
],
98
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"
108
}
109
110
dependencyDashboard: false,
0 commit comments