Skip to content

Commit d1cb223

Browse files
committed
renovate: upgrade aspect deps asap, reduce spam of various dep types/names
1 parent a25ee81 commit d1cb223

File tree

1 file changed

+24
-20
lines changed

1 file changed

+24
-20
lines changed

renovate.json

Lines changed: 24 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -16,38 +16,42 @@
1616

1717
"packageRules": [
1818
{
19-
"matchPackagePatterns": ["*"],
19+
"matchPackagePatterns": ["npm"],
2020
"stabilityDays": 3
2121
},
2222
{
23-
"matchPackagePatterns": ["*"],
24-
"matchUpdateTypes": ["patch"],
2523
"groupName": "all patch updates",
26-
"groupSlug": "all-patch"
24+
"matchPackagePatterns": ["*"],
25+
"matchUpdateTypes": ["patch"]
2726
},
2827
{
29-
"groupName": "rollup",
30-
"groupSlug": "rollup",
31-
"matchPackageNames": ["rollup"],
32-
"matchPackagePatterns": ["^rollup-", "^@rollup/", "-rollup-"]
28+
"groupName": "Bazel",
29+
"matchManagers": ["bazel"],
30+
"matchUpdateTypes": ["patch", "minor"]
3331
},
3432
{
35-
"groupName": "Webpack",
36-
"groupSlug": "webpack",
37-
"matchPackagePatterns": ["^webpack-", "^@webpack-cli/", "-webpack-"]
33+
"groupName": "Aspect",
34+
"matchSourceUrlPrefixes": ["https://github.com/aspect-build/"],
35+
"matchUpdateTypes": ["patch", "minor"],
36+
"schedule": null
3837
},
3938
{
40-
"groupName": "Bazel rules",
41-
"groupSlug": "bazel_rules",
42-
"matchManagers": ["bazel"],
43-
"matchUpdateTypes": ["patch", "minor"]
39+
"groupName": "@types",
40+
"matchUpdateTypes": ["major"],
41+
"matchPackagePatterns": ["^@types/"],
42+
"extends": ["schedule:monthly"]
4443
},
4544
{
46-
"groupName": "Aspect rules",
47-
"groupSlug": "aspect_rules",
48-
"matchManagers": ["bazel"],
49-
"matchPackagePatterns": ["^aspect_"],
50-
"matchUpdateTypes": ["patch", "minor"]
45+
"groupName": "rollup",
46+
"matchUpdateTypes": ["major"],
47+
"matchPackagePatterns": ["rollup"],
48+
"extends": ["schedule:monthly"]
49+
},
50+
{
51+
"groupName": "Webpack",
52+
"matchUpdateTypes": ["major"],
53+
"matchPackagePatterns": ["webpack"],
54+
"extends": ["schedule:monthly"]
5155
}
5256
]
5357
}

0 commit comments

Comments
 (0)