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