Skip to content

Commit

Permalink
ci: added a dependabot config
Browse files Browse the repository at this point in the history
  • Loading branch information
brad-jones committed Sep 18, 2020
1 parent 97e6cc8 commit cac6512
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
version: 2

updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
commit-message:
prefix: "fix(actions): "
include: "scope"
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"
commit-message:
prefix: "fix(go): "
include: "scope"
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
commit-message:
prefix: "fix(npm): "
include: "scope"

0 comments on commit cac6512

Please sign in to comment.