Skip to content

Commit

Permalink
ci: Add dependabot.yml (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrezza authored Sep 16, 2024
1 parent d4e184d commit 06f28d9
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Dependabot dependency updates
# Docs: https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: "npm"
# Location of package-lock.json
directory: "/"
# Check daily for updates
schedule:
interval: "daily"
commit-message:
# Set commit message prefix
prefix: "refactor"

0 comments on commit 06f28d9

Please sign in to comment.