From 64d817a10b9f0f8df951017aaa795ddcd0eed603 Mon Sep 17 00:00:00 2001 From: Brian McMahon Date: Tue, 14 Jul 2026 13:25:27 -0700 Subject: [PATCH] chore: add standard fleet dependabot config (alpha-engine-config-I2525) Co-Authored-By: Claude Fable 5 --- .github/dependabot.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..2c20a29 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,22 @@ +# Standard fleet Dependabot config (weekly, grouped minor+patch) — alpha-engine-config-I2525 +# Majors ride separate individual PRs deliberately (scrutiny before merge). +version: 2 +updates: + - package-ecosystem: npm + directory: "/" + schedule: + interval: weekly + groups: + minor-and-patch: + update-types: + - minor + - patch + - package-ecosystem: github-actions + directory: "/" + schedule: + interval: weekly + groups: + minor-and-patch: + update-types: + - minor + - patch