From e676f1a046cf161e2c2710850c08ea6cd1b32719 Mon Sep 17 00:00:00 2001 From: Matt Graham Date: Mon, 7 Oct 2024 16:22:34 +0100 Subject: [PATCH] Enable Dependabot automatic updates to dependencies [skip ci] (#13) --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..cbd920f --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "weekly"