From 262ddca9180dbe84031ba554be9524f53497d764 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Wed, 8 Apr 2026 12:16:46 +0100 Subject: [PATCH] Add dependabot configuration Signed-off-by: Stephen Finucane --- .github/dependabot.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 0000000..08a9ad8 --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,9 @@ +version: 2 +updates: +- package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: daily + cooldown: + default-days: 7 + open-pull-requests-limit: 10