From 56a9f498fb6008e1cb0cf8fd5ff1ba125340d312 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Tue, 1 Sep 2026 14:54:42 +0100 Subject: [PATCH] build(dependabot): restore scope; correct prefix; monthly interval See https://github.com/fastify/fastify/pull/6849 Signed-off-by: Frazer Smith --- .github/dependabot.yml | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 457d0ab1..e33bd6f0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,10 +3,10 @@ updates: - package-ecosystem: "github-actions" directory: "/" commit-message: - # Prefix all commit messages with "chore: " - prefix: "chore" + include: "scope" + prefix: "ci" schedule: - interval: "weekly" + interval: "monthly" cooldown: default-days: 7 allow: @@ -14,14 +14,18 @@ updates: update-types: - "version-update:semver-major" open-pull-requests-limit: 10 + groups: + fastify-owned: + patterns: + - "fastify/*" - package-ecosystem: "npm" directory: "/" commit-message: - # Prefix all commit messages with "chore: " - prefix: "chore" + include: "scope" + prefix: "build" schedule: - interval: "weekly" + interval: "monthly" cooldown: default-days: 7 versioning-strategy: "increase-if-necessary"