From be1c0e42cd13bdff1957a190a35a0e9cec41bef6 Mon Sep 17 00:00:00 2001 From: satyakwok <119509589+satyakwok@users.noreply.github.com> Date: Tue, 12 May 2026 05:04:10 +0200 Subject: [PATCH] ci: enable Dependabot weekly updates Closes the gap from the round-2 audit (this repo had no .github/dependabot.yml, so version + security PRs were never auto-opened). --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..5ace460 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"