Skip to content

Commit 93da55c

Browse files
authored
chore: update dependabot settings (#239)
<!-- 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 e93940c commit 93da55c

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

.github/dependabot.yml

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,21 @@ version: 2
77
updates:
88
- package-ecosystem: "npm"
99
directory: "/"
10+
commit-message:
11+
prefix: "chore(deps): "
12+
rebase-strategy: "disabled"
1013
schedule:
11-
interval: "weekly"
12-
day: "monday"
13-
time: "09:00"
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
21+
22+
- package-ecosystem: "npm"
23+
directory: "/example-app"
1424
commit-message:
1525
prefix: "chore(deps): "
16-
rebase-strategy: "disabled"
26+
schedule:
27+
interval: "monthly"

0 commit comments

Comments
 (0)