ci(renovate): Automatically update GitHub actions

This commit is contained in:
Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs 2022-03-29 09:57:54 +02:00
parent 26c33aa8f1
commit d784e69c85
No known key found for this signature in database
GPG Key ID: BC5E2BD907F9A8EC

View File

@ -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"],