set hyperion to loose versioning

This commit is contained in:
kjeld Schouten-Lebbing
2021-09-07 09:28:28 +02:00
parent 6c8700ba2a
commit 709d4d9b21
+4 -5
View File
@@ -34,11 +34,10 @@
// //
{ {
"matchDatasources": ["helm"], "matchDatasources": ["helm"],
"commitMessagePrefix": "[{{{parentDir}}}]",
"branchTopic": "{{{parentDir}}}-{{{depNameSanitized}}}-{{{newMajor}}}{{#if isPatch}}.{{{newMinor}}}{{/if}}.x{{#if isLockfileUpdate}}-lockfile{{/if}}",
"updateTypes": ["major"], "updateTypes": ["major"],
"bumpVersion": "major", "bumpVersion": "major",
"labels": ["dependency/major"], "labels": ["dependency/major"],
"groupName": ["major deps"],
"schedule": [ "schedule": [
"on tuesday" "on tuesday"
] ]
@@ -62,11 +61,10 @@
// //
{ {
"matchDatasources": ["docker"], "matchDatasources": ["docker"],
"commitMessagePrefix": "[{{{parentDir}}}]",
"branchTopic": "{{{parentDir}}}-{{{depNameSanitized}}}-{{{newMajor}}}{{#if isPatch}}.{{{newMinor}}}{{/if}}.x{{#if isLockfileUpdate}}-lockfile{{/if}}",
"updateTypes": ["major"], "updateTypes": ["major"],
"bumpVersion": "major", "bumpVersion": "patch",
"labels": ["tag/major"], "labels": ["tag/major"],
"groupName": ["major"],
"schedule": [ "schedule": [
"on tuesday" "on tuesday"
] ]
@@ -101,6 +99,7 @@
"matchPackageNames": [ "matchPackageNames": [
"ghcr.io/k8s-at-home/plex", "ghcr.io/k8s-at-home/plex",
"ghcr.io/k8s-at-home/qbittorrent", "ghcr.io/k8s-at-home/qbittorrent",
"sirfragalot/hyperion.ng",
], ],
}, },
] ]