Skip to content

Commit aad6b98

Browse files
committed
chore: update Renovate configuration to group Node.js and npm version updates
1 parent e840bf2 commit aad6b98

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

renovate.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,10 @@
4747
"allowedVersions": "<13"
4848
},
4949
{
50-
"description": "Group all Node.js version updates (pom.xml, .nvmrc, package.json engines, GitHub Actions) into one PR",
51-
"matchDepNames": ["node"],
52-
"matchDatasources": ["node-version"],
50+
"description": "Group all Node.js and npm version updates (pom.xml, .nvmrc, package.json engines, GitHub Actions) into one PR",
51+
"matchDepNames": ["node", "npm"],
52+
"matchDatasources": ["node-version", "npm"],
53+
"matchDepTypes": ["engines", "node"],
5354
"groupName": "Node.js version",
5455
"groupSlug": "nodejs-version"
5556
}

0 commit comments

Comments
 (0)