From eede4681bd03ee6826cde2fd89fa261316c52355 Mon Sep 17 00:00:00 2001 From: Keith James Date: Mon, 17 Jun 2024 14:44:42 +0100 Subject: [PATCH] Add Dependabot configuration for pip and GitHub Actions --- .github/dependabot.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..1a9554d --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,17 @@ +version: 2 +updates: +- package-ecosystem: "pip" + directory: "/" + schedule: + interval: "daily" + time: "00:00" + timezone: "Europe/London" + open-pull-requests-limit: 5 + +- package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + time: "00:00" + timezone: "Europe/London" + open-pull-requests-limit: 5