From ca6efc3f7fb1a08d6ef15959d7c08f03645b73cd Mon Sep 17 00:00:00 2001 From: Chris Werner Rau Date: Tue, 5 Dec 2023 10:32:02 +0100 Subject: [PATCH] feat(renovate): manually create stellio-context-broker PRs (#659) --- .github/renovate.json | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 6d76c6f12..fb5cb0f9b 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,5 +1,7 @@ { - "extends": ["config:base"], + "extends": [ + "config:base" + ], "assigneesFromCodeOwners": true, "assigneesSampleSize": 1, "platformAutomerge": true, @@ -9,7 +11,9 @@ "automerge": true, "regexManagers": [ { - "fileMatch": ["(^|/)values\\.yaml$"], + "fileMatch": [ + "(^|/)values\\.yaml$" + ], "matchStrings": [ " {4}\\S+:\\n {6}url: (?https://\\S+)\\n {6}charts:(?:\\s+\\S+: [0-9.x]+\\s)+", " {8}(?\\S+): (?\\S+)\\s" @@ -19,7 +23,9 @@ "datasourceTemplate": "helm" }, { - "fileMatch": ["(^|/)values\\.yaml$"], + "fileMatch": [ + "(^|/)values\\.yaml$" + ], "matchStrings": [ " {4}\\S+:\\n {6}url: oci://(?\\S+)\\n {6}charts:(?:\\s+\\S+: [0-9.x]+\\s)+", " {8}(?\\S+): (?\\S+)\\s" @@ -29,5 +35,13 @@ "datasourceTemplate": "docker", "registryUrlTemplate": "https://{{{ociUrl}}}" } + ], + "packageRules": [ + { + "matchFileNames": [ + "charts/stellio-context-broker/**" + ], + "dependencyDashboardApproval": true + } ] }