From 86c65a92b032ac309e8f9f04046e1763220d75a9 Mon Sep 17 00:00:00 2001 From: Eric Willigers Date: Thu, 2 Apr 2026 11:40:14 +1100 Subject: [PATCH] Add dependabot.yml --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..5c6cb59 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 + +updates: + # Keep dependencies for GitHub Actions up-to-date + - package-ecosystem: 'github-actions' + directory: '/' + schedule: + interval: 'monthly' + labels: + - 'x:size/small'