Skip to content

Commit 1bba005

Browse files
committed
chore: update renovate config
1 parent db4abf9 commit 1bba005

File tree

1 file changed

+2
-24
lines changed

1 file changed

+2
-24
lines changed

renovate.json

+2-24
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,6 @@
11
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
23
"extends": [
3-
"github>nuxt/renovate-config-nuxt",
4-
"packages:linters",
5-
":labels(dependencies,devops)",
6-
":maintainLockFilesWeekly",
7-
":enableVulnerabilityAlerts",
8-
":automergeLinters",
9-
":automergeTypes",
10-
":automergePatch"
11-
],
12-
"rebaseStalePrs": true,
13-
"prCreation": "not-pending",
14-
"assignees": ["danielroe"],
15-
"packageRules": [
16-
{
17-
"matchPackagePatterns": ["lint"],
18-
"groupName": "all lint dependencies",
19-
"groupSlug": "all-lint"
20-
},
21-
{
22-
"groupName": "nuxt core",
23-
"groupSlug": "nuxt",
24-
"matchPackageNames": ["nuxt", "nuxt3"],
25-
"matchPackagePatterns": ["^@nuxt/"]
26-
}
4+
"github>danielroe/renovate"
275
]
286
}

0 commit comments

Comments
 (0)