set hyperion to loose versioning
This commit is contained in:
@@ -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",
|
||||
],
|
||||
},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user