From a4d3b81a4d273ee87cefda2d674b8c87f7f1cf9c Mon Sep 17 00:00:00 2001 From: Patrick Organ Date: Fri, 25 Nov 2022 08:24:04 -0500 Subject: [PATCH] add dependabot configuration --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..a76dd83f --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +version: 2 + +updates: + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"