From e9847fdb046d602289e29389afa05069f1967ea0 Mon Sep 17 00:00:00 2001 From: KaKa <23028015+climba03003@users.noreply.github.com> Date: Mon, 1 Jun 2026 22:22:56 +0800 Subject: [PATCH] chore: update depedabot setting Update dependabot setting to reduce unnecessary change and noise. Ref https://github.com/fastify/fastify/pull/6715 Signed-off-by: KaKa <23028015+climba03003@users.noreply.github.com> --- .github/dependabot.yml | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c5c9e80..ea1992c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,9 +1,16 @@ version: 2 updates: - - package-ecosystem: github-actions - commit-message: - include: scope - prefix: build - directory: / - schedule: - interval: monthly \ No newline at end of file + - package-ecosystem: "github-actions" + directory: "/" + commit-message: + # Prefix all commit messages with "chore: " + prefix: "chore" + schedule: + interval: "weekly" + cooldown: + default-days: 7 + allow: + - dependency-name: "*" + update-types: + - "version-update:semver-major" + open-pull-requests-limit: 10