Skip to content

Commit

Permalink
Enable dependabot for Go Mod and GitHub Actions
Browse files Browse the repository at this point in the history
Inspired by
secure-systems-lab/go-securesystemslib#19 by
@rdimitrov

Signed-off-by: Aditya Sirish <aditya@saky.in>
  • Loading branch information
adityasaky committed Jun 1, 2022
1 parent af1f9fb commit 7578b5c
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
version: 2
updates:
# Monitor Go dependencies
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"
time: "14:00"
commit-message:
prefix: "chore"
include: "scope"
open-pull-requests-limit: 10
# Monitor Github Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
time: "14:00"
commit-message:
prefix: "chore"
include: "scope"
open-pull-requests-limit: 10

0 comments on commit 7578b5c

Please sign in to comment.