From ad6ff5ab9a57d0c53c14b3b19ebe572a40fbba38 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Wed, 3 Dec 2025 19:52:02 +0100 Subject: [PATCH] Add Dependabot configuration for GitHub Actions --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..123014908 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily"