From e77973cdd093f90d0cdd3365e6666316d4292cfb Mon Sep 17 00:00:00 2001 From: Jan Philipp Thiele Date: Thu, 28 Nov 2024 07:53:54 +0100 Subject: [PATCH] [CI] Remove dependabot yml from wrong place --- .github/workflows/dependabot.yml | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 .github/workflows/dependabot.yml diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml deleted file mode 100644 index 700707ced..000000000 --- a/.github/workflows/dependabot.yml +++ /dev/null @@ -1,7 +0,0 @@ -# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates -version: 2 -updates: - - package-ecosystem: "github-actions" - directory: "/" # Location of package manifests - schedule: - interval: "weekly"