From c65cb109a18d04a8e0573aa3c4950304a773a39a Mon Sep 17 00:00:00 2001 From: KaKa <23028015+climba03003@users.noreply.github.com> Date: Mon, 1 Jun 2026 21:01:12 +0800 Subject: [PATCH] chore: update depedabot setting Update dependabot setting to reduce necessary change and noise. Ref https://github.com/fastify/fastify/pull/6715 Signed-off-by: KaKa <23028015+climba03003@users.noreply.github.com> --- .github/dependabot.yml | 30 ++++++++++++++++++++++++++---- 1 file changed, 26 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index dd321ac7..457d0ab1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,16 +2,38 @@ version: 2 updates: - package-ecosystem: "github-actions" directory: "/" + commit-message: + # Prefix all commit messages with "chore: " + prefix: "chore" schedule: - interval: "monthly" + interval: "weekly" + cooldown: + default-days: 7 + allow: + - dependency-name: "*" + update-types: + - "version-update:semver-major" open-pull-requests-limit: 10 - package-ecosystem: "npm" directory: "/" + commit-message: + # Prefix all commit messages with "chore: " + prefix: "chore" + schedule: + interval: "weekly" + cooldown: + default-days: 7 + versioning-strategy: "increase-if-necessary" + allow: + - dependency-name: "*" + update-types: + - "version-update:semver-major" + open-pull-requests-limit: 10 groups: + # Production dependencies with breaking changes + dependencies: + dependency-type: "production adonisjs: patterns: - "@adonisjs/*" - schedule: - interval: "monthly" - open-pull-requests-limit: 10