-
-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathrenovate.json
More file actions
28 lines (28 loc) · 653 Bytes
/
renovate.json
File metadata and controls
28 lines (28 loc) · 653 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"extends": [
"github>nuxt/renovate-config-nuxt",
"packages:linters",
":labels(dependencies,devops)",
":maintainLockFilesWeekly",
":enableVulnerabilityAlerts",
":automergeLinters",
":automergeTypes",
":automergePatch"
],
"rebaseStalePrs": true,
"prCreation": "not-pending",
"assignees": ["manniL"],
"packageRules": [
{
"matchPackagePatterns": ["lint"],
"groupName": "all lint dependencies",
"groupSlug": "all-lint"
},
{
"groupName": "nuxt core",
"groupSlug": "nuxt",
"matchPackageNames": ["nuxt", "nuxt3"],
"matchPackagePatterns": ["^@nuxt/"]
}
]
}