From 78b5db520a92d8492125097d3da9601293ccfe59 Mon Sep 17 00:00:00 2001 From: Ludy87 Date: Fri, 17 Jan 2025 17:58:36 +0100 Subject: [PATCH] Update dependabot.yaml --- .github/dependabot.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 440a9980..4e6179ec 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -10,3 +10,14 @@ updates: labels: - "in progress" - "dependencies" + + - package-ecosystem: pip + directory: /.github/workflows/config + schedule: + interval: daily + time: "21:15" + timezone: "Europe/Berlin" + open-pull-requests-limit: 1000 + labels: + - "in progress" + - "dependencies"