Skip to content

Commit

Permalink
Merge pull request #811 from acend/renovate_auto
Browse files Browse the repository at this point in the history
enable automerge for minr/patch
  • Loading branch information
splattner authored May 29, 2024
2 parents 45dd23f + 3c2ec31 commit 22aed37
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 22aed37

Please sign in to comment.