From 3168c6b6ec1881dc43c00121d6896cce67251ac9 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Fri, 23 Feb 2024 23:02:15 +0100 Subject: [PATCH] ci: remove Dependabot config --- .gitlab/dependabot.yml | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 .gitlab/dependabot.yml diff --git a/.gitlab/dependabot.yml b/.gitlab/dependabot.yml deleted file mode 100644 index eb9f689..0000000 --- a/.gitlab/dependabot.yml +++ /dev/null @@ -1,13 +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" - open-pull-requests-limit: 20 - rebase-strategy: none