diff --git a/.github/renovate.json b/.github/renovate.json index 701af16..b4d7153 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -37,8 +37,8 @@ }, { "matchDepNames": ["siderolabs/talos"], - "matchUpdateTypes": ["patch"], - "groupName": "Talos" + "groupName": "Talos", + "matchUpdateTypes": ["patch"] }, { "description": "Do not allow any updates for major.minor, they will be done by maintainers", @@ -47,6 +47,13 @@ ], "matchUpdateTypes": ["major", "minor"], "enabled": false + }, + { + "description": "Automerge github-actions updates.", + "matchUpdateTypes": ["minor", "patch", "digest"], + "matchManagers": ["github-actions"], + "automerge": true, + "automergeType": "pr" } ], "customManagers": [ @@ -61,13 +68,5 @@ "#\\s*renovate:\\s*(datasource=(?.*?))?\\s*depName=(?.*?)\\s+.+-\\s*['|\"]?(?v?\\d+\\.\\d+\\.\\d+)['|\"]?" ] } - ], - "packageRules": [ - { - "matchUpdateTypes": ["minor", "patch", "digest"], - "matchManagers": ["github-actions"], - "automerge": true, - "automergeType": "pr" - } ] }