From ddc37abf8d6442955c635a5bc745f818e7d529ff Mon Sep 17 00:00:00 2001 From: Tanisha Aberdeen <32620895+aliasunder@users.noreply.github.com> Date: Thu, 3 Sep 2026 16:23:47 -0400 Subject: [PATCH] ci: add dependabot config for GitHub Actions bumps Weekly github-actions updates, matching vault-cortex's entry. The npm and docker ecosystems were not carried over: package.json declares no dependencies and there is no Dockerfile. Co-Authored-By: Claude Fable 5 --- .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..ca79ca5 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: github-actions + directory: / + schedule: + interval: weekly