From cc00dc518a67a8f9bcef3b90758ad34c2784a809 Mon Sep 17 00:00:00 2001 From: Nicolas Schweitzer Date: Wed, 25 Mar 2026 11:59:10 +0100 Subject: [PATCH] Remove Dependabot configuration (incident-51602) --- .github/dependabot.yml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index c272b36..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,15 +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://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file - -version: 2 -updates: - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "monthly" - groups: - gh-actions-packages: - patterns: - - "*"