diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 70628565..00000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,8 +0,0 @@ ---- -version: 2 -updates: - - package-ecosystem: bundler - directory: "/" - schedule: - interval: daily - open-pull-requests-limit: 10 diff --git a/renovate.json b/renovate.json index 5db72dd6..b65764b1 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,8 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "config:recommended" + "config:recommended", + ":disableDependencyDashboard", + "schedule:automergeEarlyMondays" ] }