Skip to content

Commit 6e0d740

Browse files
authored
Merge pull request #784 from reviewdog/renovate/migrate-config
2 parents e23abe2 + 3d61b54 commit 6e0d740

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)