Skip to content

Commit

Permalink
Update renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanlukas authored Jan 15, 2024
1 parent 3346e4e commit 6e84cc7
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,8 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"lockFileMaintenance": {
"enabled": true,
"automerge": true
},
"packageRules": [
{
"automerge": true,
"matchUpdateTypes": ["major", "minor", "patch", "pin", "pinDigest","digest", "lockFileMaintenance", "rollback", "bump", "replacement"]
}
"config:recommended",
":automergeMinor",
":automergePatch"
]
}

0 comments on commit 6e84cc7

Please sign in to comment.