Skip to content

Commit

Permalink
chore: dependabot to use conventional commits
Browse files Browse the repository at this point in the history
  • Loading branch information
activescott committed Apr 1, 2021
1 parent 349faa0 commit 7133b39
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# docs v2 https://docs.github.com/en/free-pro-team@latest/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: "npm"
schedule:
interval: "weekly"
# Check for npm updates on Sundays
day: "saturday"
directory: "/"
commit-message:
# for production deps, prefix commit messages with "fix" (trigger a patch release)
prefix: "fix"
# for development deps, prefix commit messages with "chore" (do NOT trigger an npm release)
prefix-development: "chore"
include: "scope"

0 comments on commit 7133b39

Please sign in to comment.