From 0cf66ba661b5db2294cb02ee61c1b48ca1baae58 Mon Sep 17 00:00:00 2001 From: CJ Steiner Date: Mon, 21 Oct 2024 18:55:07 -0500 Subject: [PATCH] Add dependabot for dependency upgrades https://github.com/akaihola/darker/issues/341 --- .github/dependabot.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 000000000..a1a14de5c --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: "pip" + directory: "/" # Adjust this if your setup.cfg is in a subdirectory + schedule: + interval: "weekly" # or "weekly", "monthly" + groups: + python-packages: + patterns: + - "*"