From 242d587f44329113a6d2879a4f1da134a9035616 Mon Sep 17 00:00:00 2001 From: EdmundGoodman Date: Sat, 26 Oct 2024 16:47:42 +0100 Subject: [PATCH] ci: Remove dependabot config file --- .github/dependabot.yml.bak | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .github/dependabot.yml.bak diff --git a/.github/dependabot.yml.bak b/.github/dependabot.yml.bak deleted file mode 100644 index 4f64736f64..0000000000 --- a/.github/dependabot.yml.bak +++ /dev/null @@ -1,19 +0,0 @@ -# To get started with Dependabot version updates, you'll need to specify which -# package ecosystems to update and where the package manifests are located. -# Please see the documentation for all configuration options: -# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates - -version: 2 -updates: - - package-ecosystem: "pip" # See documentation for possible values - directory: "/" # Location of package manifests - schedule: - interval: "daily" - # Add assignees - assignees: - - "math-fehr" - - "georgebisbas" - commit-message: - prefix: "pip prod" - prefix-development: "pip dev" - include: "scope"