Skip to content

Commit 49ebde8

Browse files
author
Debakel Orakel
committed
Update from template
Template version: main (7e46fac)
1 parent c3d37b6 commit 49ebde8

2 files changed

Lines changed: 18 additions & 3 deletions

File tree

.cruft.json

Lines changed: 3 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": "8f2273cd8ab13c55eb0f6dd621c70c4c9e4786fd",
3+
"commit": "7e46facc758385bc32eeecab92b4639c66fd4e4f",
44
"checkout": "main",
55
"context": {
66
"cookiecutter": {
@@ -17,15 +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": ".*",
2121
"auto_release": "y",
2222
"copyright_holder": "VSHN AG <info@vshn.ch>",
2323
"copyright_year": "2021",
2424
"github_owner": "appuio",
2525
"github_name": "component-openshift4-console",
2626
"github_url": "https://github.com/appuio/component-openshift4-console",
2727
"_template": "https://github.com/projectsyn/commodore-component-template.git",
28-
"_commit": "8f2273cd8ab13c55eb0f6dd621c70c4c9e4786fd"
28+
"_commit": "7e46facc758385bc32eeecab92b4639c66fd4e4f"
2929
}
3030
},
3131
"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+
".*"
54+
]
4055
}
4156
]
4257
}

0 commit comments

Comments
 (0)