From 0bf66684b5988644a4ba6e6e966b367f4eac98a1 Mon Sep 17 00:00:00 2001 From: Michael Bianco Date: Sat, 11 Nov 2023 14:37:09 -0700 Subject: [PATCH] ci: adding dependabot --- .github/dependabot.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..dd5d051 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +version: 2 + +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "monthly" + + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "monthly" \ No newline at end of file