From efc19a0a47714757fa00ee14e9fb5613597a74a6 Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 26 Jun 2026 21:06:04 +0000 Subject: [PATCH] ci: add Dependabot for go modules and GitHub Actions Weekly gomod + github-actions updates; part of the fil-forge CI standardization (pass 1: Dependabot org-wide). Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_01HrVC6QSNKh9LM9LSFPkdUj --- .github/dependabot.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..866c8b8 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,15 @@ +version: 2 +updates: + - package-ecosystem: gomod + directory: "/" + schedule: + interval: weekly + open-pull-requests-limit: 10 + - package-ecosystem: github-actions + directory: "/" + schedule: + interval: weekly + groups: + github-actions: + patterns: + - "*"