We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db4abf9 commit 1bba005Copy full SHA for 1bba005
renovate.json
@@ -1,28 +1,6 @@
1
{
2
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
"extends": [
- "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
- }
+ "github>danielroe/renovate"
27
]
28
}
0 commit comments