Skip to content

Commit 7716591

Browse files
authored
ci: update renovate config for app dependencies (#37)
1 parent bec5636 commit 7716591

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/renovate.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,24 @@
1212
{
1313
"matchDepTypes": ["dependencies", "devDependencies"],
1414
"rangeStrategy": "bump"
15+
},
16+
{
17+
"description": "Group all dependencies from the app directory",
18+
"group": {
19+
"semanticCommitType": "chore"
20+
},
21+
"matchDepTypes": [
22+
"dependencies",
23+
"devDependencies",
24+
"engines",
25+
"optionalDependencies",
26+
"peerDependencies"
27+
],
28+
"matchManagers": ["npm"],
29+
"semanticCommitType": "chore",
30+
31+
"matchFileNames": ["apps/**/package.json"],
32+
"groupName": "App dependencies"
1533
}
1634
]
1735
}

0 commit comments

Comments
 (0)