From a30e01e41a3a0f07138d39c6c16e8dfd44d0a275 Mon Sep 17 00:00:00 2001 From: Florian Rupprecht Date: Sun, 21 Jan 2024 16:25:22 -0500 Subject: [PATCH] Add dependabot --- .github/dependabot.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 0000000..5ace460 --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"