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.
2 parents a178a61 + c01c182 commit ed36761Copy full SHA for ed36761
.github/dependabot.yml
@@ -2,6 +2,10 @@ version: 2
2
updates:
3
- package-ecosystem: "gomod"
4
directory: "/"
5
+ groups:
6
+ all:
7
+ patterns:
8
+ - '*'
9
schedule:
10
interval: "daily"
11
ignore:
@@ -15,10 +19,18 @@ updates:
15
19
versions: ["0.2.x"]
16
20
17
21
directory: "/internal/tools/"
22
23
+ tools:
24
25
18
26
27
28
29
directory: "/internal/promtool/"
30
31
+ promtool:
32
33
34
35
36
- package-ecosystem: "github-actions"
0 commit comments