Skip to content

Commit 6f71afe

Browse files
authored
chore: update dependabot settings (#292)
<!-- 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. -->
1 parent ac4deaf commit 6f71afe

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,14 @@ version: 2
77
updates:
88
- package-ecosystem: "npm"
99
directory: "/"
10-
schedule:
11-
interval: "weekly"
12-
day: "monday"
13-
time: "09:00"
1410
commit-message:
1511
prefix: "chore(deps): "
1612
rebase-strategy: "disabled"
13+
schedule:
14+
interval: "daily"
15+
ignore:
16+
- dependency-name: "*"
17+
update-types: [
18+
"version-update:semver-patch",
19+
"version-update:semver-minor",
20+
] # Security updates are unaffected by this setting

0 commit comments

Comments
 (0)