Skip to content

Commit e569add

Browse files
chore(config): migrate renovate config (#7719)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Hiroshi Ogawa <[email protected]>
1 parent 5c879b0 commit e569add

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/renovate.json5

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": ["config:base", "schedule:weekly", "group:allNonMajor"],
3+
"extends": ["config:recommended", "schedule:weekly", "group:allNonMajor"],
44
"labels": ["dependencies"],
55
"rangeStrategy": "bump",
66
"packageRules": [
@@ -9,12 +9,12 @@
99
"matchPackageNames": ["/eslint/"]
1010
},
1111
{
12-
"depTypeList": ["peerDependencies"],
12+
"matchDepTypes": ["peerDependencies"],
1313
"enabled": false
1414
},
1515
{
1616
"matchDepTypes": ["action"],
17-
"excludePackagePrefixes": ["actions/", "github/"],
17+
"matchPackageNames": ["!actions/{/,}**", "!github/{/,}**"],
1818
"pinDigests": true
1919
}
2020
],

0 commit comments

Comments
 (0)