diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 6eb0cda..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,48 +0,0 @@ ---- -# This action is centrally managed in https://github.com//.github/ -# Don't make changes to this file in this repo as they will be overwritten with changes made to the same file in -# the above-mentioned repo. - -version: 2 -updates: - - package-ecosystem: "docker" - directory: "/" - schedule: - interval: "daily" - time: "08:00" - open-pull-requests-limit: 10 - - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "daily" - time: "08:30" - open-pull-requests-limit: 10 - - - package-ecosystem: "npm" - directory: "/" - schedule: - interval: "daily" - time: "09:00" - open-pull-requests-limit: 10 - - - package-ecosystem: "nuget" - directory: "/" - schedule: - interval: "daily" - time: "09:30" - open-pull-requests-limit: 10 - - - package-ecosystem: "pip" - directory: "/" - schedule: - interval: "daily" - time: "10:00" - open-pull-requests-limit: 10 - - - package-ecosystem: "gitsubmodule" - directory: "/" - schedule: - interval: "daily" - time: "10:30" - open-pull-requests-limit: 10 diff --git a/renovate.json b/renovate.json index 39a2b6e..de13970 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,6 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "config:base" + "local>LizardByte/.github:renovate-config" ] }