From 866f8ec1188b4df55494218694066d8ebba05bf1 Mon Sep 17 00:00:00 2001 From: Eric Willigers Date: Thu, 2 Apr 2026 11:10:07 +1100 Subject: [PATCH] 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 0000000..bf0f1e8 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +version: 2 + +updates: + # Keep dependencies for GitHub Actions up-to-date + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: 'monthly'