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 7d375ec commit 39d2b53Copy full SHA for 39d2b53
.github/dependabot.yml
@@ -3,10 +3,24 @@
3
4
version: 2
5
updates:
6
+ - package-ecosystem: "github-actions"
7
+ directory: "/"
8
+ schedule:
9
+ interval: "weekly"
10
+ labels: ["skip-notes"]
11
+ open-pull-requests-limit: 3
12
- package-ecosystem: gomod
13
directory: /
14
schedule:
15
interval: weekly
16
open-pull-requests-limit: 10
17
labels:
18
- area/dependencies
19
+
20
+ # Group all updates together in a single PR. We can remove some
21
+ # updates from a combined update PR via comments to dependabot:
22
+ # https://docs.github.com/en/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates#managing-dependabot-pull-requests-for-grouped-updates-with-comment-commands
23
+ groups:
24
+ build:
25
+ patterns:
26
+ - "*"
0 commit comments