add dependabot configuration file to track multiple release minor rel… (#585)

This commit is contained in:
Adam Toy
2026-05-05 14:52:31 -04:00
committed by GitHub
parent fbcbb282c3
commit 8b777abc8a

20
.github/dependabot.yml vendored Normal file
View File

@@ -0,0 +1,20 @@
version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"
target-branch: "main"
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"
target-branch: "release/2.0"
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"
target-branch: "release/1.4"