diff --git a/.github/renovate.json b/.github/renovate.json deleted file mode 100644 index fab9c312..00000000 --- a/.github/renovate.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": [ - "github>ivuorinen/renovate-config" - ], - "packageRules": [ - { - "matchPackageNames": ["*"], - "automerge": true - } - ] -}