diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 440a998..4e6179e 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"