From df708d16524822edfdc39770c90fd8d1a260a410 Mon Sep 17 00:00:00 2001 From: Chris Evich Date: Wed, 8 Feb 2023 14:39:10 -0500 Subject: [PATCH] [CI:DOCS] Disable dependabot Ref: https://docs.github.com/en/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates Disabling it via the WebUI isn't good enough, the configuration file must also be absent. Signed-off-by: Chris Evich --- .github/dependabot.yml | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 55b5a9c8..00000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,10 +0,0 @@ -version: 2 -updates: -- package-ecosystem: gomod - directory: "/" - schedule: - interval: daily - time: "10:00" - timezone: Europe/Berlin - open-pull-requests-limit: 10 -