mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 23:49:12 +00:00
ci(renovate): Automatically update GitHub actions
This commit is contained in:
parent
26c33aa8f1
commit
d784e69c85
18
.github/renovate.json5
vendored
18
.github/renovate.json5
vendored
@ -26,10 +26,21 @@
|
|||||||
"matchPackageNames": ["potiuk/get-workflow-origin"],
|
"matchPackageNames": ["potiuk/get-workflow-origin"],
|
||||||
"versioning": "regex:^v(?<major>\\d+)_(?<minor>\\d+)(_(?<patch>\\d+))?$"
|
"versioning": "regex:^v(?<major>\\d+)_(?<minor>\\d+)(_(?<patch>\\d+))?$"
|
||||||
},
|
},
|
||||||
|
///
|
||||||
|
/// Automatically update minor/patch Github Actions
|
||||||
|
///
|
||||||
|
{
|
||||||
|
"matchManagers": ["github-actions"],
|
||||||
|
"automerge": true,
|
||||||
|
"automergeType": "branch",
|
||||||
|
"requiredStatusChecks": null,
|
||||||
|
"matchUpdateTypes": ["minor", "patch"]
|
||||||
|
},
|
||||||
//
|
//
|
||||||
// Common library dep
|
// Common library dep
|
||||||
//
|
//
|
||||||
{
|
{
|
||||||
|
"matchDatasources": ["helm"],
|
||||||
"commitMessagePrefix": "[{{{parentDir}}}]",
|
"commitMessagePrefix": "[{{{parentDir}}}]",
|
||||||
"branchTopic": "{{{parentDir}}}-{{{depNameSanitized}}}-{{{newMajor}}}{{#if isPatch}}.{{{newMinor}}}{{/if}}.x{{#if isLockfileUpdate}}-lockfile{{/if}}",
|
"branchTopic": "{{{parentDir}}}-{{{depNameSanitized}}}-{{{newMajor}}}{{#if isPatch}}.{{{newMinor}}}{{/if}}.x{{#if isLockfileUpdate}}-lockfile{{/if}}",
|
||||||
"updateTypes": ["major"],
|
"updateTypes": ["major"],
|
||||||
@ -39,6 +50,7 @@
|
|||||||
"groupName": ["common library major"]
|
"groupName": ["common library major"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
"matchDatasources": ["helm"],
|
||||||
"updateTypes": ["minor"],
|
"updateTypes": ["minor"],
|
||||||
"bumpVersion": "minor",
|
"bumpVersion": "minor",
|
||||||
"labels": ["type/minor"],
|
"labels": ["type/minor"],
|
||||||
@ -46,6 +58,7 @@
|
|||||||
"groupName": ["common library minor"]
|
"groupName": ["common library minor"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
"matchDatasources": ["helm"],
|
||||||
"updateTypes": ["patch"],
|
"updateTypes": ["patch"],
|
||||||
"bumpVersion": "patch",
|
"bumpVersion": "patch",
|
||||||
"labels": ["type/patch"],
|
"labels": ["type/patch"],
|
||||||
@ -53,9 +66,10 @@
|
|||||||
"groupName": ["common library patch"]
|
"groupName": ["common library patch"]
|
||||||
},
|
},
|
||||||
//
|
//
|
||||||
// Other library deps
|
// Other external chart deps
|
||||||
//
|
//
|
||||||
{
|
{
|
||||||
|
"matchDatasources": ["helm"],
|
||||||
"commitMessagePrefix": "[{{{parentDir}}}]",
|
"commitMessagePrefix": "[{{{parentDir}}}]",
|
||||||
"branchTopic": "{{{parentDir}}}-{{{depNameSanitized}}}-{{{newMajor}}}{{#if isPatch}}.{{{newMinor}}}{{/if}}.x{{#if isLockfileUpdate}}-lockfile{{/if}}",
|
"branchTopic": "{{{parentDir}}}-{{{depNameSanitized}}}-{{{newMajor}}}{{#if isPatch}}.{{{newMinor}}}{{/if}}.x{{#if isLockfileUpdate}}-lockfile{{/if}}",
|
||||||
"updateTypes": ["major"],
|
"updateTypes": ["major"],
|
||||||
@ -67,6 +81,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
"matchDatasources": ["helm"],
|
||||||
"updateTypes": ["minor"],
|
"updateTypes": ["minor"],
|
||||||
"bumpVersion": "minor",
|
"bumpVersion": "minor",
|
||||||
"labels": ["type/minor"],
|
"labels": ["type/minor"],
|
||||||
@ -77,6 +92,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
"matchDatasources": ["helm"],
|
||||||
"updateTypes": ["patch"],
|
"updateTypes": ["patch"],
|
||||||
"bumpVersion": "patch",
|
"bumpVersion": "patch",
|
||||||
"labels": ["type/patch"],
|
"labels": ["type/patch"],
|
||||||
|
Loading…
Reference in New Issue
Block a user