We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bc5b76 commit 1b82e57Copy full SHA for 1b82e57
.github/dependabot.yml
@@ -22,6 +22,10 @@ updates:
22
interval: "weekly"
23
commit-message:
24
prefix: "fix(deps)"
25
+ # https://docs.github.com/en/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates#overriding-the-default-behavior-with-a-configuration-file
26
+ groups:
27
+ go:
28
+ applies-to: security-updates
29
30
- package-ecosystem: "gomod"
31
open-pull-requests-limit: 0
@@ -30,3 +34,6 @@ updates:
34
35
32
36
37
38
39
0 commit comments