Skip to content

Commit

Permalink
fix: 👷‍♂️ simplify dependabot config
Browse files Browse the repository at this point in the history
  • Loading branch information
jr-codes committed Nov 1, 2020
1 parent b11d4ac commit 55bf0ca
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@ updates:
- package-ecosystem: npm
directory: '/'
schedule:
# Check for updates every weekday (Monday–Friday) @ 5am UTC.
interval: daily
time: '11:00'
open-pull-requests-limit: 10
# Always increase version requirement to match the new version.
versioning-strategy: increase
commit-message:
# Use fix: to comply with conventional commits.
prefix: fix
ignore:
# Ignore u-script updates, since u-scripts and cli-rewire depend on each other.
- dependency-name: u-scripts

0 comments on commit 55bf0ca

Please sign in to comment.