Skip to content

Commit 528b966

Browse files
authored
Merge pull request #1927 from rabbitmq/go-tools-dependabot
Add dependabot config for go tool.
2 parents c284474 + 6b8e183 commit 528b966

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@ updates:
1313
versions: ["0.19.x"]
1414
- dependency-name: "github.com/go-logr/logr"
1515
versions: ["0.2.x"]
16+
- package-ecosystem: "gomod"
17+
directory: "/internal/tools/"
18+
schedule:
19+
interval: "daily"
20+
- package-ecosystem: "gomod"
21+
directory: "/internal/promtool/"
22+
schedule:
23+
interval: "daily"
1624
- package-ecosystem: "github-actions"
1725
directory: "/"
1826
schedule:

0 commit comments

Comments
 (0)