From 8d52decad554539686e4086678afc353d9b64cea Mon Sep 17 00:00:00 2001 From: AnthonyLedesma Date: Sun, 24 May 2026 21:56:40 -0700 Subject: [PATCH] Add dependabot for github-actions SHA bumps --- .github/dependabot.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..c4fbc6d --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,13 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + day: "monday" + time: "04:30" + open-pull-requests-limit: 5 + commit-message: + prefix: "ci" + cooldown: + default-days: 7