From 995557cf71a20921224286136856cd578834e01d Mon Sep 17 00:00:00 2001 From: Alex Nelsin Date: Tue, 25 Nov 2025 09:55:57 -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 Nelsin --- .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"