From cae8f2aab6678174da8d7b69ea2caccd58afb408 Mon Sep 17 00:00:00 2001 From: Brian Upton Date: Wed, 23 Oct 2024 10:52:15 -0700 Subject: [PATCH] Remove dependabot integration --- .github/dependabot.yml | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 89e451fa..00000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,23 +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: "gomod" - directory: "/" - schedule: - interval: "daily" - - package-ecosystem: "gomod" - directory: "/s3-config-validator/src" - schedule: - interval: "daily" - groups: - aws-sdk-go-v2-dependancy-group: - patterns: - - "*aws-sdk-go-v2*" # 2024-03-06 - these dependancies can have internally breaking changes so are best to bump all together - - package-ecosystem: "docker" - directory: "/ci/images/backup-and-restore-minimal" - schedule: - interval: "daily"