From 9e9bcb70d2d3cbf7e45945ef26532cfdc4b7fc18 Mon Sep 17 00:00:00 2001 From: adisbladis Date: Mon, 3 Jan 2022 05:55:04 +0000 Subject: [PATCH] Add dependabot configuration to update Poetry But we don't want to auto-bump tests for obvious reasons. --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..62e83c2 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +version: 2 +updates: + # Auto-update the Poetry package, but not tests + - package-ecosystem: "pip" + directory: "/pkgs" + schedule: + interval: "daily"