From 84e719eeaaca0932280c362061edfdc79c994dec Mon Sep 17 00:00:00 2001 From: Doug Goldstein Date: Tue, 18 Feb 2025 14:21:12 -0600 Subject: [PATCH 1/3] fix(renovate): still trying to get OpenStack Helm cd2041c0c7 didn't work. Let's try another change --- .github/renovate.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 626550190..453d8e4dc 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -7,12 +7,12 @@ ], "customManagers": [ { - "fileMatch": ["app/appsets/openstack.yaml"], + "customType": "regex", + "fileMatch": ["app/appsets/openstack.yaml$"], "matchStrings": [ - "- component: (?.+)\\n\\s+repoURL: (?.+)\\n\\s+chartVersion: (?.+)" + "\\s- component: (?.+)\\n\\s+repoURL: (?.+)\\n\\s+chartVersion: (?.+)\\s" ], - "datasourceTemplate": "helm", - "versioningTemplate": "helm" + "datasourceTemplate": "helm" } ] } From 5804776dc86bffd6d9a6013fb7ad02e45a5714de Mon Sep 17 00:00:00 2001 From: Doug Goldstein Date: Tue, 18 Feb 2025 14:27:20 -0600 Subject: [PATCH 2/3] chore(renovate): merge devbox changes without a PR --- .github/renovate.json | 7 +++++++ .pre-commit-config.yaml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 453d8e4dc..d0ebad294 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -5,6 +5,13 @@ "github>rackerlabs/understack//.github/renovate/default", "github>rackerlabs/understack//.github/renovate/nautobot" ], + "packageRules": [ + { + "matchManagers": ["devbox"], + "automerge": true, + "automergeType": "branch" + } + ], "customManagers": [ { "customType": "regex", diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 194e88a5f..06eb80ce5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -62,7 +62,7 @@ repos: files: '^python/understack-workflows/' args: ["-C", "python/understack-workflows", "--no-update"] - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 38.114.0 + rev: 39.174.0 hooks: - id: renovate-config-validator - repo: https://github.com/RobertCraigie/pyright-python From 29a0b236b74aa928885889566e41c7e5dba30fc5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Feb 2025 20:42:31 +0000 Subject: [PATCH 3/3] chore(config): migrate config .github/renovate.json --- .github/renovate.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index d0ebad294..6c5e21323 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -7,7 +7,9 @@ ], "packageRules": [ { - "matchManagers": ["devbox"], + "matchManagers": [ + "devbox" + ], "automerge": true, "automergeType": "branch" } @@ -15,9 +17,11 @@ "customManagers": [ { "customType": "regex", - "fileMatch": ["app/appsets/openstack.yaml$"], + "fileMatch": [ + "app/appsets/openstack.yaml$" + ], "matchStrings": [ - "\\s- component: (?.+)\\n\\s+repoURL: (?.+)\\n\\s+chartVersion: (?.+)\\s" + "\\s- component: (?.+)\\n\\s+repoURL: (?.+)\\n\\s+chartVersion: (?.+)\\s" ], "datasourceTemplate": "helm" }