Skip to content

Commit

Permalink
renovate: enable automerge
Browse files Browse the repository at this point in the history
  • Loading branch information
Codex- committed Sep 28, 2022
1 parent fd8ef58 commit 92b87a9
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,25 @@
"extends": ["config:base", ":preserveSemverRanges"],
"timezone": "Pacific/Auckland",
"labels": ["dependencies"],
"lockFileMaintenance": {
"enabled": true,
"automerge": true
},
"packageRules": [
{
"matchDepTypes": ["devDependencies"],
"automerge": true
},
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true
},
{
"matchUpdateTypes": ["major"]
}
],
"vulnerabilityAlerts": {
"labels": ["security"],
"automerge": true,
"assignees": ["@codex-"]
"automerge": true
}
}

0 comments on commit 92b87a9

Please sign in to comment.