From dd9030565959a8714977fcd92ee73efd2255dd7d Mon Sep 17 00:00:00 2001 From: Daniel Kesselberg Date: Thu, 20 Jul 2023 22:28:24 +0200 Subject: [PATCH] chore: remove dependabot for github actions Signed-off-by: Daniel Kesselberg --- .github/dependabot.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d3d4d6c8..ce3d685f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -14,15 +14,3 @@ updates: commit-message: prefix: chore include: scope - - - package-ecosystem: github-actions - directory: "/" - schedule: - interval: weekly - day: saturday - time: "03:00" - timezone: Europe/Paris - open-pull-requests-limit: 10 - commit-message: - prefix: chore - include: scope