From a764f5e82d7920a51cc50173c6b5c6fa363af770 Mon Sep 17 00:00:00 2001 From: Adrienne Walker Date: Tue, 9 Jan 2024 15:30:22 -0800 Subject: [PATCH] ci: remove dependabot, hopefully disabling it (#6070) --- .github/dependabot.yml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 .github/dependabot.yml 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