diff --git a/.github/renovate.json b/.github/renovate.json index eb02204..b85454a 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -3,9 +3,6 @@ "extends": [ "github>truxnell/renovate-config", "github>truxnell/renovate-config:automerge-github-actions", - "github>aquaproj/aqua-renovate-config#2.2.0", - "github>aquaproj/aqua-renovate-config:installer-script#2.2.0(install-aqua\\.sh)", - "github>aquaproj/aqua-renovate-config:file#2.2.0(^aqua/.*\\.ya?ml$)" ], "platform": "github", "username": "trux-bot[bot]", diff --git a/renovate.json b/renovate.json deleted file mode 100644 index e2be58e..0000000 --- a/renovate.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": [ - "local>truxnell/renovate-config" - ] -}