From b1f0dd020905c8ff1c111e7deb03b7fc929f34cc Mon Sep 17 00:00:00 2001 From: Ricardo Rosales <728243+missingcharacter@users.noreply.github.com> Date: Mon, 11 Dec 2023 23:23:54 -0600 Subject: [PATCH] `renovate` extends to `config:best-practices` --- .github/workflows/renovate.yml | 22 ---------------------- renovate.json | 5 +---- 2 files changed, 1 insertion(+), 26 deletions(-) delete mode 100644 .github/workflows/renovate.yml diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml deleted file mode 100644 index 672c17a..0000000 --- a/.github/workflows/renovate.yml +++ /dev/null @@ -1,22 +0,0 @@ ---- -name: Run renovate -on: - schedule: - - cron: "0 23 * * *" - push: - branches: - - develop - - main -jobs: - renovate: - name: Run renovate - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v4 - - name: Self-hosted Renovate - uses: renovatebot/github-action@v39.2.1 - with: - renovate-version: full - configurationFile: renovate.json - token: ${{ secrets.RENOVATE_TOKEN }} diff --git a/renovate.json b/renovate.json index f1bfc64..89850b0 100644 --- a/renovate.json +++ b/renovate.json @@ -1,10 +1,7 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "config:recommended", + "config:best-practices", "schedule:daily" - ], - "repositories": [ - "missingcharacter/kubernetes-the-hard-way-the-easy-way" ] }