From e0c515f4d5a48bc6c2b1f8a4931e4e21842a3791 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Fri, 18 Oct 2024 12:44:05 +0200 Subject: [PATCH] some renovate cleanup --- .github/renovate/kinds/astro.json5 | 3 +-- .github/renovate/kinds/docker.json5 | 1 - .github/renovate/kinds/flux.json5 | 3 +-- .github/renovate/kinds/githubactions.json5 | 1 - .github/renovate/kinds/go.json5 | 8 -------- .github/renovate/kinds/helm-values.json5 | 1 - .github/renovate/kinds/helm.json5 | 1 - .github/renovate/updates/calver.json5 | 3 --- .github/renovate/updates/digest.json5 | 3 +-- .github/renovate/updates/lockfile.json5 | 6 +----- .github/renovate/updates/minor.json5 | 1 - .github/renovate/updates/patch.json5 | 3 +-- .github/renovate/updates/pin.json5 | 3 +-- 13 files changed, 6 insertions(+), 31 deletions(-) diff --git a/.github/renovate/kinds/astro.json5 b/.github/renovate/kinds/astro.json5 index 535eb2808ac..cd4d0fd79b8 100644 --- a/.github/renovate/kinds/astro.json5 +++ b/.github/renovate/kinds/astro.json5 @@ -8,7 +8,6 @@ "branchPrefix": "astro-", "enabled": true, // Enable updates for website dependencies "updateTypes": ["major", "minor", "patch", "digest", "pin", "lockfile"], // Allow updates for all version types - "semanticCommitScope": "website", - "requiredStatusChecks": null + "semanticCommitScope": "website" }, } diff --git a/.github/renovate/kinds/docker.json5 b/.github/renovate/kinds/docker.json5 index 0e2171b8990..15c717b3547 100644 --- a/.github/renovate/kinds/docker.json5 +++ b/.github/renovate/kinds/docker.json5 @@ -17,5 +17,4 @@ "updateTypes": ["major", "minor", "patch", "digest", "pin"], // Allow updates for all version types "semanticCommitScope": "container", } - // "requiredStatusChecks": ["Containers: Test-and-Build / Container Build Completed (push)", "Containers: Test-and-Build / Container Build Completed (pull_request)"], } diff --git a/.github/renovate/kinds/flux.json5 b/.github/renovate/kinds/flux.json5 index b972af464c6..2c315ed3b1e 100644 --- a/.github/renovate/kinds/flux.json5 +++ b/.github/renovate/kinds/flux.json5 @@ -11,8 +11,7 @@ "updateTypes": ["major", "minor", "patch"], // Allow updates for all version types "semanticCommitScope": "Flux Objects", "pinDigests": false, // Set to false to not pin digest references - "branchPrefix": "flux-", - "requiredStatusChecks": null, + "branchPrefix": "flux-", }, } diff --git a/.github/renovate/kinds/githubactions.json5 b/.github/renovate/kinds/githubactions.json5 index b5be84db96f..49c9c0db7f0 100644 --- a/.github/renovate/kinds/githubactions.json5 +++ b/.github/renovate/kinds/githubactions.json5 @@ -10,7 +10,6 @@ "updateTypes": ["major", "minor", "patch", "digest", "pin"], // Allow updates for all version types "semanticCommitScope": "github-action", "branchPrefix": "githubactions-", - "requiredStatusChecks": null, }, } diff --git a/.github/renovate/kinds/go.json5 b/.github/renovate/kinds/go.json5 index 306dc274e7c..0913e258485 100644 --- a/.github/renovate/kinds/go.json5 +++ b/.github/renovate/kinds/go.json5 @@ -10,14 +10,6 @@ "updateTypes": ["major", "minor", "patch", "digest", "pin", "lockfile"], // Allow updates for all version types "semanticCommitScope": "go", "branchPrefix": "go-", - "packageRules": [ - { - "matchManagers": ["gomod"], - "matchDepTypes": ["indirect"], - "enabled": false - } - ], - "requiredStatusChecks": null, }, } diff --git a/.github/renovate/kinds/helm-values.json5 b/.github/renovate/kinds/helm-values.json5 index 257324bf9f4..d7f27a9bd86 100644 --- a/.github/renovate/kinds/helm-values.json5 +++ b/.github/renovate/kinds/helm-values.json5 @@ -13,7 +13,6 @@ "semanticCommitScope": "container", "bumpVersion": true, "branchPrefix": "helm-values-", // Moved to helm-values scope - //"requiredStatusChecks": null // Moved to helm-values scope } } diff --git a/.github/renovate/kinds/helm.json5 b/.github/renovate/kinds/helm.json5 index cfec3c6b57e..75a5e29f9df 100644 --- a/.github/renovate/kinds/helm.json5 +++ b/.github/renovate/kinds/helm.json5 @@ -12,7 +12,6 @@ "updateTypes": ["major", "minor", "patch"], // Allow updates for all version types "pinDigests": false, // Set to false to not pin digest references "branchPrefix": "helm-", - //"requiredStatusChecks": null }, } diff --git a/.github/renovate/updates/calver.json5 b/.github/renovate/updates/calver.json5 index aecce3405b4..99512ad89e3 100644 --- a/.github/renovate/updates/calver.json5 +++ b/.github/renovate/updates/calver.json5 @@ -8,7 +8,4 @@ "versioningRegex": "^\\d{4}\\.\\d{1,2}(\\.\\d{1,2})?$" // Example regex for CalVer: YYYY.MM or YYYY.MM.DD } }, - "ignore": [ - // Add any paths or patterns to ignore specific CalVer updates, if necessary - ] } diff --git a/.github/renovate/updates/digest.json5 b/.github/renovate/updates/digest.json5 index 4e8a3ebbfbd..9fb6060d276 100644 --- a/.github/renovate/updates/digest.json5 +++ b/.github/renovate/updates/digest.json5 @@ -2,8 +2,7 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "digest": { "enabled": true, // Enable digest updates - "automerge": true, - "autoApprove": true + "automerge": true }, "ignore": [ // Add any paths or patterns to ignore specific digest updates, if necessary diff --git a/.github/renovate/updates/lockfile.json5 b/.github/renovate/updates/lockfile.json5 index 05d0ef61f15..b5df7afb700 100644 --- a/.github/renovate/updates/lockfile.json5 +++ b/.github/renovate/updates/lockfile.json5 @@ -3,11 +3,7 @@ "packageRules": [ { matchUpdateTypes: ["lockfile"], - automerge: true, - "autoApprove": true + automerge: true } ], - "ignore": [ - // Add any paths or patterns to ignore specific digest updates, if necessary - ] } diff --git a/.github/renovate/updates/minor.json5 b/.github/renovate/updates/minor.json5 index 4e514bd22c2..d22a0ce7650 100644 --- a/.github/renovate/updates/minor.json5 +++ b/.github/renovate/updates/minor.json5 @@ -2,7 +2,6 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "minor": { "enabled": true, // Enable minor updates - "autoApprove": true }, "ignore": [ // Add any paths or patterns to ignore specific minor updates, if necessary diff --git a/.github/renovate/updates/patch.json5 b/.github/renovate/updates/patch.json5 index 249d7513ece..16a4f63afaf 100644 --- a/.github/renovate/updates/patch.json5 +++ b/.github/renovate/updates/patch.json5 @@ -2,8 +2,7 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "patch": { "enabled": true, // Enable patch updates - "automerge": true, - "autoApprove": true + "automerge": true }, "ignore": [ // Add any paths or patterns to ignore specific patch updates, if necessary diff --git a/.github/renovate/updates/pin.json5 b/.github/renovate/updates/pin.json5 index eb8bed08966..1ec8a4081d7 100644 --- a/.github/renovate/updates/pin.json5 +++ b/.github/renovate/updates/pin.json5 @@ -3,8 +3,7 @@ "packageRules": [ { matchUpdateTypes: ["pin"], - automerge: true, - "autoApprove": true + automerge: true } ], "ignore": [