Skip to content

Commit 8b56828

Browse files
authored
add dependabot configuration (#5)
Signed-off-by: Dave Dykstra <2129743+DrDaveD@users.noreply.github.com>
1 parent 7ff2cd2 commit 8b56828

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "gomod" # See documentation for possible values
4+
directory: "/" # Location of package manifests
5+
schedule:
6+
interval: "weekly"
7+
day: "thursday"
8+
time: "07:00"
9+
target-branch: main

0 commit comments

Comments
 (0)