File tree Expand file tree Collapse file tree 1 file changed +19
-6
lines changed Expand file tree Collapse file tree 1 file changed +19
-6
lines changed Original file line number Diff line number Diff line change 11{
22 "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3- "extends": ["config:recommended"],
3+ "extends": [
4+ "config:recommended"
5+ ],
46 "packageRules": [
57 {
68 "groupName": "all non-major dependencies",
79 "groupSlug": "all-minor-patch",
8- "matchPackagePatterns": ["*"],
9- "matchUpdateTypes": ["minor", "patch"]
10+ "matchUpdateTypes": [
11+ "minor",
12+ "patch"
13+ ],
14+ "matchPackageNames": [
15+ "*"
16+ ]
1017 },
1118 {
12- "matchDatasources": ["docker"],
13- "matchPackageNames": ["node"],
19+ "matchDatasources": [
20+ "docker"
21+ ],
22+ "matchPackageNames": [
23+ "node"
24+ ],
1425 "versionCompatibility": "^(?<version>[^-]+)(?<compatibility>-.*)?$",
1526 "versioning": "node"
1627 }
1728 ],
1829 "vulnerabilityAlerts": {
19- "labels": ["security"]
30+ "labels": [
31+ "security"
32+ ]
2033 }
2134}
You can’t perform that action at this time.
0 commit comments