From ef298f9a0e9a07d788a0a44e85a5959eb25b8aa2 Mon Sep 17 00:00:00 2001 From: Sebastian Serth Date: Fri, 8 Nov 2024 19:16:36 +0100 Subject: [PATCH] Disable Dependabot for Docker We removed all Dockerfiles from the repo, so that we can also disable the Dependabot integration for Docker. --- .github/dependabot.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6eb7e1a0..72864d70 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -39,14 +39,3 @@ updates: labels: - dependencies - github-actions - - - package-ecosystem: docker - directories: - - "**/*" - schedule: - interval: daily - time: "03:00" - timezone: UTC - labels: - - dependencies - - docker