diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index dea47bd1b..000000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,14 +0,0 @@ -version: 2 -updates: -- package-ecosystem: gomod - directory: / - schedule: - interval: daily -- package-ecosystem: github-actions - directory: / - schedule: - interval: daily -- package-ecosystem: docker - directory: / - schedule: - interval: daily diff --git a/renovate.json b/renovate.json index 714b4f9ae..22cf8cf9a 100644 --- a/renovate.json +++ b/renovate.json @@ -1,5 +1,6 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "enabled": true, "extends": [ "Kong/public-shared-renovate" ],