Skip to content

Commit

Permalink
enable automerge for minr/patch
Browse files Browse the repository at this point in the history
  • Loading branch information
splattner committed May 29, 2024
1 parent 45dd23f commit 3c2ec31
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
{
"extends": ["github>netlify/renovate-config:netlify-cms-starter"]
"extends": ["github>netlify/renovate-config:netlify-cms-starter"],

"packageRules": [
{
"matchUpdateTypes": ["minor", "patch"],
"automerge": true
}
]
}

0 comments on commit 3c2ec31

Please sign in to comment.