Skip to content

Commit 4b897ec

Browse files
committed
chore: add nuxt core renovate rule
1 parent 9775e0b commit 4b897ec

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

renovate.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,28 @@
11
{
22
"extends": [
3-
"config:base",
3+
"github>nuxt/renovate-config-nuxt",
44
"packages:linters",
55
":labels(dependencies,devops)",
6-
":pinAllExceptPeerDependencies",
76
":maintainLockFilesWeekly",
87
":enableVulnerabilityAlerts",
98
":automergeLinters",
109
":automergeTypes",
11-
":semanticCommitTypeAll(chore)",
1210
":automergePatch"
1311
],
1412
"rebaseStalePrs": true,
1513
"prCreation": "not-pending",
16-
"rangeStrategy": "bump",
17-
"npm": {
18-
"commitMessageTopic": "{{prettyDepType}} {{depName}}"
19-
},
14+
"assignees": ["danielroe"],
2015
"packageRules": [
2116
{
22-
"packagePatterns": ["lint"],
17+
"matchPackagePatterns": ["lint"],
2318
"groupName": "all lint dependencies",
2419
"groupSlug": "all-lint"
20+
},
21+
{
22+
"groupName": "nuxt core",
23+
"groupSlug": "nuxt",
24+
"matchPackageNames": ["nuxt", "nuxt3"],
25+
"matchPackagePatterns": ["^@nuxt/"]
2526
}
2627
]
2728
}

0 commit comments

Comments
 (0)