Skip to content

Commit

Permalink
Merge pull request #567 from samjwu/bot
Browse files Browse the repository at this point in the history
build(dependabot.yml): Change dependabot config
  • Loading branch information
samjwu committed Dec 20, 2023
2 parents 1b051eb + 8e5379d commit c98ce81
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ updates:
directory: "/" # Location of package manifests
open-pull-requests-limit: 10
schedule:
interval: "weekly"
interval: "daily"
commit-message:
# Prefix all commit messages with "build: "
prefix: "build(deps)"
prefix: "build"
labels:
- "documentation"
- "dependencies"
reviewers:
- "samjwu"

0 comments on commit c98ce81

Please sign in to comment.