Skip to content

Commit

Permalink
Auto-merge patch level dependencies in component renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
HappyTetrahedron committed May 22, 2024
1 parent b5c430d commit 46fb13d
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion {{ cookiecutter.slug }}/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,14 @@
"labels": [
"dependency"
],
"separateMinorPatch": true
"separateMinorPatch": true,
"packageRules": [
{
"matchUpdateTypes": ["patch"],
"matchCurrentVersion": ">=1.0.0",
"automerge": true,
{# We can't use Platform Automerge because they are configured manually, so we can't be sure the "require status checks" option is always enabled, and without that, platformAutomerge does not wait for tests to pass. #}
"platformAutomerge": false
}
]
}

0 comments on commit 46fb13d

Please sign in to comment.