From 29391dbf0439ca46c669daa99fb2f6baba4833ce Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Fri, 21 Nov 2025 08:56:44 -0500 Subject: [PATCH] Start Dependabot for GitHub Actions References: * https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference Signed-off-by: Alex Nelson --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..e88017b --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + # target-branch: "develop"