Skip to content

Commit 3d61b54

Browse files
chore(config): migrate config .github/renovate.json
1 parent f9bba13 commit 3d61b54

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/renovate.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
{
2-
"extends": [
3-
"config:base"
4-
],
2+
"extends": ["config:recommended"],
53
"packageRules": [
64
{
7-
"updateTypes": ["minor"]
5+
"matchUpdateTypes": ["minor"]
86
},
97
{
10-
"updateTypes": ["patch", "pin", "digest"]
8+
"matchUpdateTypes": ["patch", "pin", "digest"]
119
},
1210
{
1311
"groupName": "@typescript-eslint/parser and eslint-plugin-jest",

0 commit comments

Comments
 (0)