Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
ci(dependabot): Add dependabot config. (#137)
Browse files Browse the repository at this point in the history
Allow for production dependency and typescript, which should be the only thing that affects the output application.
  • Loading branch information
oBusk authored Sep 16, 2020
1 parent b1781af commit f2bf320
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
allow:
- dependency-type: "production"
- dependency-name: "typescript"
commit-message:
prefix: chore
include: scope
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
commit-message:
prefix: chore
include: scope

0 comments on commit f2bf320

Please sign in to comment.