From 36a294b018d32c297f376f3156ad9e04c92b6b10 Mon Sep 17 00:00:00 2001 From: Einherjar Date: Fri, 8 Sep 2023 05:47:19 -0400 Subject: [PATCH] CI: Add `dependabot.yml` --- .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..453228e1 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +# Set update schedule for GitHub Actions +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + # Check for updates to GitHub Actions every week + interval: "weekly"