Skip to content

Commit 8e8f5c6

Browse files
committed
Enable automerge for minor upgrades of quay.io/appuio/oc
Template version: main (56dd2ee)
1 parent 32f5d08 commit 8e8f5c6

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

.cruft.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"template": "https://github.com/projectsyn/commodore-component-template.git",
3-
"commit": "98d16f99766e6c6d97322dbe42e058f0e2bf73d0",
3+
"commit": "56dd2ee980f197ec2c8b3977c16458e43d0c6ef2",
44
"checkout": "main",
55
"context": {
66
"cookiecutter": {
@@ -17,14 +17,15 @@
1717
"automerge_patch_v0": "n",
1818
"automerge_patch_regexp_blocklist": "",
1919
"automerge_patch_v0_regexp_allowlist": "",
20-
"automerge_minor_regexp_allowlist": "",
20+
"automerge_minor_regexp_allowlist": "^quay.io/appuio/oc$",
2121
"auto_release": "y",
2222
"copyright_holder": "VSHN AG <[email protected]>",
2323
"copyright_year": "2021",
2424
"github_owner": "projectsyn",
2525
"github_name": "component-vcluster",
2626
"github_url": "https://github.com/projectsyn/component-vcluster",
27-
"_template": "https://github.com/projectsyn/commodore-component-template.git"
27+
"_template": "https://github.com/projectsyn/commodore-component-template.git",
28+
"_commit": "56dd2ee980f197ec2c8b3977c16458e43d0c6ef2"
2829
}
2930
},
3031
"directory": null

renovate.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,21 @@
3737
"automerge",
3838
"bump:patch"
3939
]
40+
},
41+
{
42+
"matchUpdateTypes": [
43+
"minor"
44+
],
45+
"automerge": true,
46+
"platformAutomerge": false,
47+
"labels": [
48+
"dependency",
49+
"automerge",
50+
"bump:minor"
51+
],
52+
"matchPackagePatterns": [
53+
"^quay.io/appuio/oc$"
54+
]
4055
}
4156
]
4257
}

0 commit comments

Comments
 (0)