diff --git a/renovate.json b/renovate.json index 571b20e85..60c8f97fd 100644 --- a/renovate.json +++ b/renovate.json @@ -1,17 +1,20 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "config:base" + "config:recommended" ], "configMigration": true, "packageRules": [ { - "matchPackageNames": ["quay.io/kairos/kairos-ubuntu-22-lts"], + "matchPackageNames": [ + "quay.io/kairos/kairos-ubuntu-22-lts" + ], "versioning": "regex:^v?(?\\d+)\\.(?\\d+)\\.(?\\d+)-k3sv\\d+\\.\\d+\\.\\d+\\+k3s\\d+$" } ], - "regexManagers": [ + "customManagers": [ { + "customType": "regex", "fileMatch": [ "^Earthfile$" ], @@ -21,6 +24,7 @@ "versioningTemplate": "{{#if versioning}}{{versioning}}{{else}}semver{{/if}}" }, { + "customType": "regex", "fileMatch": [ "^earthly\\.sh$" ], @@ -32,6 +36,7 @@ "versioningTemplate": "semver-coerced" }, { + "customType": "regex", "fileMatch": [ "^roles/.+/tasks/.+\\.yml$" ], @@ -42,6 +47,7 @@ "versioningTemplate": "{{#if versioning}}{{versioning}}{{else}}semver{{/if}}" }, { + "customType": "regex", "fileMatch": [ "^plays/kairos/upgrade\\.yml$" ], @@ -51,6 +57,7 @@ ] }, { + "customType": "regex", "datasourceTemplate": "docker", "fileMatch": [ "^kustomization/.+/.+/.*values\\.yml$" @@ -61,6 +68,7 @@ "versioningTemplate": "docker" }, { + "customType": "regex", "fileMatch": [ "^kustomization/.+/.+/kustomization\\.yml$", "^kustomization/.+/.+/.+/kustomization\\.yml$"