From 514d804670dd14874564b308ceed378ba9689213 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Thu, 17 Oct 2024 13:18:46 +0200 Subject: [PATCH] even more renovate tweaks --- .github/renovate/kinds/astro.json5 | 6 ------ .github/renovate/kinds/docker.json5 | 7 ------- .github/renovate/kinds/flux.json5 | 3 --- .github/renovate/kinds/githubactions.json5 | 6 ------ .github/renovate/kinds/go.json5 | 6 ------ .github/renovate/kinds/helm-values.json5 | 5 ++--- .github/renovate/kinds/helm.json5 | 5 +---- 7 files changed, 3 insertions(+), 35 deletions(-) diff --git a/.github/renovate/kinds/astro.json5 b/.github/renovate/kinds/astro.json5 index 6a963e4f8b4..39158301ac1 100644 --- a/.github/renovate/kinds/astro.json5 +++ b/.github/renovate/kinds/astro.json5 @@ -8,13 +8,7 @@ "branchPrefix": "astro-", "enabled": true, // Enable updates for website dependencies "updateTypes": ["major", "minor", "patch", "digest", "pin", "lockfile"], // Allow updates for all version types - "ignore": [ - // Specify any dependencies or versions to ignore - ], "semanticCommitScope": "website", - "ignoreDeps": [ - // List any dependencies to ignore globally if needed - ], "requiredStatusChecks": null }, diff --git a/.github/renovate/kinds/docker.json5 b/.github/renovate/kinds/docker.json5 index eab24de2197..3dadc43fc5d 100644 --- a/.github/renovate/kinds/docker.json5 +++ b/.github/renovate/kinds/docker.json5 @@ -16,13 +16,6 @@ "enabled": true, // Enable Docker image updates "updateTypes": ["major", "minor", "patch", "digest", "pin"], // Allow updates for all version types "semanticCommitScope": "container", - "ignore": [ - "talconfig.yaml", - "Chart.yaml" - ] }, - "ignoreDeps": [ - // List any dependencies to ignore globally if needed - ], "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 8ddfc175946..b972af464c6 100644 --- a/.github/renovate/kinds/flux.json5 +++ b/.github/renovate/kinds/flux.json5 @@ -12,9 +12,6 @@ "semanticCommitScope": "Flux Objects", "pinDigests": false, // Set to false to not pin digest references "branchPrefix": "flux-", - "ignore": [ - // Add any global ignores here - ], "requiredStatusChecks": null, }, diff --git a/.github/renovate/kinds/githubactions.json5 b/.github/renovate/kinds/githubactions.json5 index a2ee3c3f111..b5be84db96f 100644 --- a/.github/renovate/kinds/githubactions.json5 +++ b/.github/renovate/kinds/githubactions.json5 @@ -9,13 +9,7 @@ "enabled": true, // Enable GitHub Actions updates "updateTypes": ["major", "minor", "patch", "digest", "pin"], // Allow updates for all version types "semanticCommitScope": "github-action", - "ignore": [ - // Specify any actions or workflows to ignore - ], "branchPrefix": "githubactions-", - "ignoreDeps": [ - // List any dependencies to ignore globally if needed - ], "requiredStatusChecks": null, }, diff --git a/.github/renovate/kinds/go.json5 b/.github/renovate/kinds/go.json5 index 047d026d205..306dc274e7c 100644 --- a/.github/renovate/kinds/go.json5 +++ b/.github/renovate/kinds/go.json5 @@ -8,14 +8,8 @@ ], "enabled": true, // Enable Go module updates "updateTypes": ["major", "minor", "patch", "digest", "pin", "lockfile"], // Allow updates for all version types - "ignore": [ - // Specify any modules or versions to ignore - ], "semanticCommitScope": "go", "branchPrefix": "go-", - "ignoreDeps": [ - // List any dependencies to ignore globally if needed - ], "packageRules": [ { "matchManagers": ["gomod"], diff --git a/.github/renovate/kinds/helm-values.json5 b/.github/renovate/kinds/helm-values.json5 index d2e5f18de55..257324bf9f4 100644 --- a/.github/renovate/kinds/helm-values.json5 +++ b/.github/renovate/kinds/helm-values.json5 @@ -13,8 +13,7 @@ "semanticCommitScope": "container", "bumpVersion": true, "branchPrefix": "helm-values-", // Moved to helm-values scope - "ignore": [ - ], - "requiredStatusChecks": null // 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 279f6cb8fb2..9cf73da44dc 100644 --- a/.github/renovate/kinds/helm.json5 +++ b/.github/renovate/kinds/helm.json5 @@ -14,10 +14,7 @@ "updateTypes": ["major", "minor", "patch"], // Allow updates for all version types "pinDigests": false, // Set to false to not pin digest references "branchPrefix": "helm-", - "requiredStatusChecks": null + //"requiredStatusChecks": null }, - "ignore": [ - // Add any global ignores here if needed - ], }