Skip to content

Commit

Permalink
fix: automerge zac components (#2461)
Browse files Browse the repository at this point in the history
This should hopefully fix the renovate automerging of zac components

Solves PZ-5122

---------

Co-authored-by: Cyril Roos <[email protected]>
  • Loading branch information
niorg and Cyril Roos authored Jan 21, 2025
1 parent ef296ac commit 638da3b
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"hsiliev"
],
"prConcurrentLimit": 5,
"bumpVersion": "patch",
"customManagers": [
{
"customType": "regex",
Expand Down Expand Up @@ -159,10 +158,24 @@
},
{
"matchPackageNames": [
"zaakafhandelcomponent"
"infonl/dimpact-zaakafhandelcomponent"
],
"matchDatasources": [
"custom"
"github-tags"
],
"automerge": true
},
{
"matchPackageNames": [
"ghcr.io/infonl/zaakafhandelcomponent"
],
"matchDatasources": [
"docker"
],
"matchUpdateTypes": [
"patch",
"minor",
"major"
],
"automerge": true
}
Expand Down

0 comments on commit 638da3b

Please sign in to comment.