From da7b8e56a16edd186cb7e968bac6f01fbfd4a570 Mon Sep 17 00:00:00 2001 From: David Baynard Date: Mon, 28 Jul 2025 20:28:16 +0100 Subject: [PATCH] ci: set dependabot to PR github action updates --- .github/dependabot.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..d770bd2 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,9 @@ +# Set update schedule for GitHub Actions + +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + # Check for updates to GitHub Actions every month + interval: "monthly"