diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index a6a7dce67d..0000000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,21 +0,0 @@ -# https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates - -version: 2 -updates: - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "monthly" - commit-message: - prefix: "build" - # Prevent all updates but security updates. - open-pull-requests-limit: 0 - - - package-ecosystem: "npm" - directory: "/" - schedule: - interval: "monthly" - commit-message: - prefix: "build" - # Prevent all updates but security updates. - open-pull-requests-limit: 0