From af0694e7ac4e35cec3abd9dc689d1c5d0f71ce90 Mon Sep 17 00:00:00 2001 From: bluwy Date: Fri, 22 May 2026 23:20:50 +0800 Subject: [PATCH 1/2] Update dependabot config --- .github/dependabot.yml | 29 +++++++++++++++++++---------- 1 file changed, 19 insertions(+), 10 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7495a7f..a92c068 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,13 +1,22 @@ -# To get started with Dependabot version updates, you'll need to specify which -# package ecosystems to update and where the package manifests are located. -# Please see the documentation for all configuration options: -# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates - version: 2 updates: - - package-ecosystem: "npm" # See documentation for possible values - directory: "/" # Location of package manifests + - package-ecosystem: "npm" + directory: "/" schedule: - interval: "weekly" - cooldown: - default-days: 7 + interval: "monthly" + open-pull-requests-limit: 10 + versioning-strategy: increase + groups: + production-dependencies: + dependency-type: "production" + development-dependencies: + dependency-type: "development" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "monthly" + open-pull-requests-limit: 5 + groups: + github-actions: + patterns: + - "*" From 0d9d8ac6e82d63acc93256cd861368784c71f7a1 Mon Sep 17 00:00:00 2001 From: bluwy Date: Fri, 22 May 2026 23:29:59 +0800 Subject: [PATCH 2/2] Add cooldown --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a92c068..cce0894 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,8 @@ updates: directory: "/" schedule: interval: "monthly" + cooldown: + default-days: 7 open-pull-requests-limit: 10 versioning-strategy: increase groups: @@ -15,6 +17,8 @@ updates: directory: "/" schedule: interval: "monthly" + cooldown: + default-days: 7 open-pull-requests-limit: 5 groups: github-actions: