From 9a807b5e6bb42053b1f78c7efaa7706b140a66ef Mon Sep 17 00:00:00 2001 From: CJ Steiner Date: Mon, 21 Oct 2024 18:47:46 -0500 Subject: [PATCH] Add dependabot for dependency upgrades https://github.com/akaihola/darker/issues/341 --- .github/dependabot.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 000000000..c3966c529 --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,8 @@ +version: 2 +updates: + - package-ecosystem: "pip" + directory: "/" # Adjust this if your setup.cfg is in a subdirectory + schedule: + interval: "weekly" # or "weekly", "monthly" + commit-message: + prefix: "chore(deps)"