From 069dfa154cdbf913c2e1c6b73cb1b42c58417bc9 Mon Sep 17 00:00:00 2001 From: Ilka Schulz Date: Tue, 12 May 2026 19:52:12 +0200 Subject: [PATCH] temporarily disable dependabot --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 47f88349..67db78d3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,7 +4,10 @@ updates: directory: "/" schedule: interval: "daily" + open-pull-requests-limit: 0 # temporarily disable dependabot + - package-ecosystem: "github-actions" directory: "/" schedule: interval: "daily" + open-pull-requests-limit: 0 # temporarily disable dependabot