Skip to content

Commit

Permalink
Initial configuration of the dependabot for the direct and indirect d…
Browse files Browse the repository at this point in the history
…ependency scanning (#560)

Enabling the daily scanning of the gomod dependencies (direct and indirect)
  • Loading branch information
michaljankowiak authored May 7, 2024
1 parent e763a52 commit 46034b5
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
version: 2
updates:
- package-ecosystem: gomod
directory: "/"
labels:
- dependencies
- go
schedule:
interval: "daily"
allow:
- dependency-type: "all"
reviewers:
- burov
- dowgird
- Gulio
- michaljankowiak
- paulinakania
- ekremenetskii
- MahmoudOuka
- MarcMarc

0 comments on commit 46034b5

Please sign in to comment.