Skip to content

Commit

Permalink
Add dependabot config (#1929)
Browse files Browse the repository at this point in the history
Update go.mod weekly for direct dependencies.

Signed-off-by: Fredrik Lönnegren <fredrik.lonnegren@suse.com>
  • Loading branch information
frelon authored Feb 1, 2024
1 parent 4cab6a0 commit a6b147d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
version: 2
updates:
- package-ecosystem: "gomod"
vendor: true
directory: "/"
schedule:
interval: "weekly"
allow:
- dependency-type: "direct"
labels:
- dependencies

0 comments on commit a6b147d

Please sign in to comment.