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