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"],
"commitMessagePrefix": "[{{{parentDir}}}]",
"branchTopic": "{{{parentDir}}}-{{{depNameSanitized}}}-{{{newMajor}}}{{#if isPatch}}.{{{newMinor}}}{{/if}}.x{{#if isLockfileUpdate}}-lockfile{{/if}}",
"updateTypes": ["major"],
"bumpVersion": "major",
"labels": ["dependency/major"],
"groupName": ["major deps"],
"schedule": [
"on tuesday"
]
@@ -62,11 +61,10 @@
//
{
"matchDatasources": ["docker"],
"commitMessagePrefix": "[{{{parentDir}}}]",
"branchTopic": "{{{parentDir}}}-{{{depNameSanitized}}}-{{{newMajor}}}{{#if isPatch}}.{{{newMinor}}}{{/if}}.x{{#if isLockfileUpdate}}-lockfile{{/if}}",
"updateTypes": ["major"],
"bumpVersion": "major",
"bumpVersion": "patch",
"labels": ["tag/major"],
"groupName": ["major"],
"schedule": [
"on tuesday"
]
@@ -101,6 +99,7 @@
"matchPackageNames": [
"ghcr.io/k8s-at-home/plex",
"ghcr.io/k8s-at-home/qbittorrent",
"sirfragalot/hyperion.ng",
],
},
]