Skip to content

Commit 7452330

Browse files
chore(deps): updated renovate config to allow some grouping of PRs
1 parent 38f7825 commit 7452330

File tree

1 file changed

+57
-2
lines changed

1 file changed

+57
-2
lines changed

renovate.json

Lines changed: 57 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,61 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": [
4-
"config:recommended"
3+
"extends": ["config:recommended"],
4+
"packageRules": [
5+
{
6+
"commitMessageTopic": "Node.js",
7+
"matchDatasources": ["docker", "node-version"],
8+
"matchPackageNames": [
9+
"/(?:^|/)node$/",
10+
"!calico/node",
11+
"!docker.io/calico/node",
12+
"!ghcr.io/devcontainers/features/node",
13+
"!kindest/node"
14+
]
15+
},
16+
{
17+
"extends": ["monorepo:nextjs"],
18+
"groupName": "nextjs monorepo",
19+
"matchUpdateTypes": ["digest", "patch", "minor", "major"]
20+
},
21+
{
22+
"extends": ["monorepo:nest"],
23+
"groupName": "nest monorepo",
24+
"matchUpdateTypes": ["digest", "patch", "minor", "major"]
25+
},
26+
{
27+
"groupName": "react monorepo",
28+
"matchPackageNames": ["@types/react", "@types/react-dom", "@types/react-is"]
29+
},
30+
{
31+
"extends": ["monorepo:tailwindcss"],
32+
"groupName": "tailwindcss monorepo",
33+
"matchUpdateTypes": ["digest", "patch", "minor", "major"]
34+
},
35+
{
36+
"extends": ["monorepo:eslint"],
37+
"groupName": "eslint monorepo",
38+
"matchUpdateTypes": ["digest", "patch", "minor", "major"]
39+
},
40+
{
41+
"extends": ["monorepo:turbo"],
42+
"groupName": "turbo monorepo",
43+
"matchUpdateTypes": ["digest", "patch", "minor", "major"]
44+
},
45+
{
46+
"extends": ["monorepo:radix-ui-primitives"],
47+
"groupName": "radix-ui-primitives monorepo",
48+
"matchUpdateTypes": ["digest", "patch", "minor", "major"]
49+
},
50+
{
51+
"extends": ["monorepo:docusaurus"],
52+
"groupName": "docusaurus monorepo",
53+
"matchUpdateTypes": ["digest", "patch", "minor", "major"]
54+
},
55+
{
56+
"extends": ["monorepo:storybook"],
57+
"groupName": "storybook monorepo",
58+
"matchUpdateTypes": ["digest", "patch", "minor", "major"]
59+
}
560
]
661
}

0 commit comments

Comments
 (0)