Skip to content

Commit

Permalink
chore: update dependabot settings (#239)
Browse files Browse the repository at this point in the history
<!--
Thank you for proposing a pull request! Please note that SOME TESTS WILL
LIKELY FAIL due to how GitHub exposes secrets in Pull Requests from forks.
Someone from the team will review your Pull Request and respond.

Please describe your change and any implementation details below.
-->
  • Loading branch information
averikitsch authored Mar 1, 2022
1 parent e93940c commit 93da55c
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,21 @@ version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
commit-message:
prefix: "chore(deps): "
rebase-strategy: "disabled"
schedule:
interval: "weekly"
day: "monday"
time: "09:00"
interval: "daily"
ignore:
- dependency-name: "*"
update-types: [
"version-update:semver-patch",
"version-update:semver-minor",
] # Security updates are unaffected by this setting

- package-ecosystem: "npm"
directory: "/example-app"
commit-message:
prefix: "chore(deps): "
rebase-strategy: "disabled"
schedule:
interval: "monthly"

0 comments on commit 93da55c

Please sign in to comment.