Skip to content

Commit

Permalink
chore: update renovate.json to automerge actions and bump non-major u…
Browse files Browse the repository at this point in the history
…pdates
  • Loading branch information
vincent-herlemont committed Jun 15, 2024
1 parent 4771918 commit c61043f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,14 @@
{
"description": "Automerge non-major updates",
"matchUpdateTypes": ["minor", "patch"],
"rangeStrategy": "bump",
"automerge": true
},
{
"description": "Automerge actions",
"matchDepTypes": ["action"],
"matchUpdateTypes": ["major", "minor", "patch"],
"automerge": true
"description": "Automerge actions",
"matchDepTypes": ["action"],
"matchUpdateTypes": ["major", "minor", "patch"],
"automerge": true
}
],
"regexManagers": [
Expand Down

0 comments on commit c61043f

Please sign in to comment.