Skip to content

Commit

Permalink
Enable dependabot for automated dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
kostko committed Sep 16, 2020
1 parent 25b9db9 commit 1710454
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
version: 2
updates:

# Manage Github Actions versions.
- package-ecosystem: github-actions
directory: /
schedule:
interval: daily
# Check for updates at 7am UTC.
time: "07:00"
commit-message:
prefix: "ci:"
labels:
- c:deps
- c:testing

# Manage Javascript package versions.
- package-ecosystem: npm
directory: /
schedule:
interval: daily
# Check for updates at 7am UTC.
time: "07:00"
labels:
- c:deps

0 comments on commit 1710454

Please sign in to comment.