From a4a6b35d2a9011866a517994c2c5040685d2cdba Mon Sep 17 00:00:00 2001 From: seth Date: Sat, 1 Jul 2023 13:53:12 -0400 Subject: initial commit --- .github/dependabot.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/dependabot.yaml (limited to '.github/dependabot.yaml') diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 0000000..8db6eb5 --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,8 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + commit-message: + prefix: "deps(actions)" -- cgit v1.2.3