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" ] }