Skip to content

Commit

Permalink
Merge pull request #7 from zd613/renovate/configure
Browse files Browse the repository at this point in the history
Configure Renovate
  • Loading branch information
zd613 committed Oct 24, 2022
2 parents af1fbcd + 98831b0 commit f3d2e7f
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"],

"major": {
"automerge": false
},

"packageRules": [
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true
},
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"matchPackagePatterns": ["eslint"],
"groupName": "eslint",
"automerge": true
}
]
}

0 comments on commit f3d2e7f

Please sign in to comment.