From 9d3417c6f3ca7436d9cfee7d47e229523a450b50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=97=E5=AD=90?= Date: Wed, 28 Jun 2023 23:59:34 +0800 Subject: [PATCH] workflow: optimize dependabot --- .github/dependabot.yml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5918f5e7..710193ac 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,4 +1,4 @@ -# https://docs.github.com/zh/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file +# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file version: 2 updates: - package-ecosystem: gomod @@ -7,10 +7,19 @@ updates: - "🤖 Dependencies" schedule: interval: daily + groups: + go-modules: + patterns: + - "*" open-pull-requests-limit: 100 - package-ecosystem: github-actions directory: / labels: - "🤖 Dependencies" schedule: - interval: daily \ No newline at end of file + interval: daily + groups: + github-actions: + patterns: + - "*" + open-pull-requests-limit: 100