From 93ce926273f3aee8c7a3f906ecb131f6899de9fb Mon Sep 17 00:00:00 2001 From: Matthew Pilot Date: Tue, 2 Jun 2026 21:57:51 +0000 Subject: [PATCH] fix: add Dependabot config for gomod + github-actions weekly updates (PILOT-382) --- .github/dependabot.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..f78906c --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,19 @@ +version: 2 +updates: + - package-ecosystem: gomod + directory: / + schedule: + interval: weekly + open-pull-requests-limit: 5 + labels: + - dependencies + - go + + - package-ecosystem: github-actions + directory: / + schedule: + interval: weekly + open-pull-requests-limit: 5 + labels: + - dependencies + - ci