From 6777d7954107276639306f24c763d3e0d67619c1 Mon Sep 17 00:00:00 2001 From: "Jose R. Gonzalez" Date: Mon, 20 May 2024 14:09:09 -0500 Subject: [PATCH] Mon May 20 02:09:09 PM CDT 2024 --- .github/workflows/renovate-chkconfig.yml | 13 +++++++++++++ renovate.json5 | 10 ++++++---- 2 files changed, 19 insertions(+), 4 deletions(-) create mode 100644 .github/workflows/renovate-chkconfig.yml diff --git a/.github/workflows/renovate-chkconfig.yml b/.github/workflows/renovate-chkconfig.yml new file mode 100644 index 00000000..15db0038 --- /dev/null +++ b/.github/workflows/renovate-chkconfig.yml @@ -0,0 +1,13 @@ + +name: Validate renovate config +on: + workflow_dispatch: + pull_request: + paths: + - 'renovate.json5' +jobs: + validate: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: suzuki-shunsuke/github-action-renovate-config-validator@v1.0.1 \ No newline at end of file diff --git a/renovate.json5 b/renovate.json5 index fdb230f5..d5aa659b 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -1,7 +1,9 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "enabledManagers": [ - "gomod" + "gomod", + "pip_requirements", + "github-actions" ], "extends": [ "group:kubernetes", @@ -10,10 +12,10 @@ "platform": "github", "branchPrefix": "renovate/", "repositories": [ - "practice-room/chart-verifier" + "redhat-certification/chart-verifier" ], - "dependencyDashboard": true, "postUpdateOptions": [ "gomodTidy" - ] + ], + "automerge": false } \ No newline at end of file