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": [