Skip to content

Commit

Permalink
chore(dependabot): Add prefix fix dependabot and schedule weekend
Browse files Browse the repository at this point in the history
  • Loading branch information
trollepierre authored and acezard committed Feb 28, 2022
1 parent 3f6f084 commit 66321ed
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
commit-message:
# Prefix all commit messages with "fix"
prefix: "fix"
schedule:
interval: "weekly"
day: "saturday"
labels:
- "dependencies"

0 comments on commit 66321ed

Please sign in to comment.