diff --git a/.github/renovate.json b/.github/renovate.json index 1f8199a..21c3601 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,12 +1,10 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": [ - "config:recommended" - ], + "extends": ["config:recommended", ":disableDependencyDashboard"], "customManagers": [ { "customType": "regex", - "fileMatch": [ "^Dockerfile$"], + "fileMatch": ["^Dockerfile$"], "matchStrings": [ "renovate: datasource=(?\\S*?)\\s+depName=(?\\S*)\\s*(?:versioning=(?\\S*))?.*\\n.*?_VERSION=(?\\S+)" ], diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index cadf674..daaa094 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -14,5 +14,5 @@ jobs: uses: renovatebot/github-action@v40.1.11 with: docker-user: root - configurationFile: .github/renovate.config + configurationFile: .github/renovate.json token: ${{ secrets.PAASBOT_TOKEN }}