From c916f5382cb5eac2199ac40cec50cd9baaaed1be Mon Sep 17 00:00:00 2001 From: Martin Montes Date: Sun, 12 May 2024 13:16:17 +0200 Subject: [PATCH] Update renovate config --- .github/workflows/{renovate.json5 => renovate.json} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename .github/workflows/{renovate.json5 => renovate.json} (75%) diff --git a/.github/workflows/renovate.json5 b/.github/workflows/renovate.json similarity index 75% rename from .github/workflows/renovate.json5 rename to .github/workflows/renovate.json index e6ef7a9..abe4e50 100644 --- a/.github/workflows/renovate.json5 +++ b/.github/workflows/renovate.json @@ -1,7 +1,7 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "config:base" + "config:recommended" ], "rebaseWhen": "never", "prConcurrentLimit": 5, @@ -11,13 +11,13 @@ "regexManagers": [ { "fileMatch": [ - "^kubernetes.sh$", + "^kubernetes.sh$" ], "matchStrings": [ - "KIND_VERSION=${KIND_VERSION:-v(?.+?)}", + "KIND_VERSION=${KIND_VERSION:-v(?.+?)}" ], "datasourceTemplate": "github-releases", - "depNameTemplate": "kubernetes-sigs/kind", + "depNameTemplate": "kubernetes-sigs/kind" } ], "packageRules": [