Skip to content

Commit 8af4b1f

Browse files
committed
chore: update renovate config
1 parent 761dd3b commit 8af4b1f

File tree

1 file changed

+30
-6
lines changed

1 file changed

+30
-6
lines changed

renovate.json

Lines changed: 30 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,34 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": ["github>nuxt/renovate-config-nuxt"],
4-
"ignoreDeps": [
5-
"@​docus/docs-theme",
6-
"@​docus/github",
7-
"@​docus/docs-theme-edge",
8-
"@​docus/github-edge"
3+
"extends": [
4+
"github>nuxt/renovate-config-nuxt",
5+
"packages:linters",
6+
":labels(dependencies,devops)",
7+
":maintainLockFilesWeekly",
8+
":enableVulnerabilityAlerts",
9+
":automergeLinters",
10+
":automergeTypes",
11+
":automergePatch"
12+
],
13+
"rebaseStalePrs": true,
14+
"prCreation": "not-pending",
15+
"assignees": ["danielroe"],
16+
"packageRules": [
17+
{
18+
"matchPackagePatterns": ["lint"],
19+
"groupName": "all lint dependencies",
20+
"groupSlug": "all-lint"
21+
},
22+
{
23+
"groupName": "nuxt core",
24+
"groupSlug": "nuxt",
25+
"matchPackageNames": ["nuxt", "nuxt3"],
26+
"matchPackagePatterns": ["^@nuxt/"]
27+
},
28+
{
29+
"groupName": "docus",
30+
"matchPackagePatterns": ["^@docus/"],
31+
"enabled": false
32+
}
933
]
1034
}

0 commit comments

Comments
 (0)