Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Zemnmez committed May 15, 2022
1 parent 7452f75 commit 41a2486
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,19 @@ version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
allow: all
allow:
- dependency-type: "all"
schedule:
interval: "daily"
- package-ecosystem: "gomod"
directory: "/"
allow: all
allow:
- dependency-type: "all"
schedule:
interval: "daily"
- package-ecosystem: "npm"
directory: "/"
allow: all
allow:
- dependency-type: "all"
schedule:
interval: "daily"

0 comments on commit 41a2486

Please sign in to comment.