Skip to content

Commit

Permalink
chore: update dependabot settings (#522)
Browse files Browse the repository at this point in the history
  • Loading branch information
averikitsch authored Mar 17, 2022
1 parent 877d495 commit a54bf4e
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,14 @@ version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
day: "monday"
time: "09:00"
commit-message:
prefix: "chore(deps): "
rebase-strategy: "disabled"
rebase-strategy: "disabled"
schedule:
interval: "daily"
ignore:
- dependency-name: "*"
update-types: [
"version-update:semver-patch",
"version-update:semver-minor",
] # Security updates are unaffected by this setting

0 comments on commit a54bf4e

Please sign in to comment.