From 4cda2c0a4e596af3aac32f0d92874be501a36e4c Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Tue, 2 Sep 2025 19:27:08 -0400 Subject: [PATCH] CI: Add dependabot --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..4aa3cdc33 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +--- +# See https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"