Skip to content

Commit a79f029

Browse files
authored
chore: update dependabot settings (#309)
<!-- 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 9aff7e0 commit a79f029

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

.github/dependabot.yml

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,19 @@
66
version: 2
77
updates:
88
- package-ecosystem: "npm"
9-
directory: "/" # ToDo: check if this updates example-app/
9+
directory: "/"
10+
commit-message:
11+
prefix: "chore(deps): "
12+
rebase-strategy: "disabled"
1013
schedule:
11-
interval: "monthly"
14+
interval: "daily"
15+
ignore:
16+
- dependency-name: "*"
17+
update-types: ["version-update:semver-patch", "version-update:semver-minor"] # Security updates are unaffected by this setting
18+
19+
- package-ecosystem: "npm"
20+
directory: "/example-app"
1221
commit-message:
1322
prefix: "chore(deps): "
14-
rebase-strategy: "disabled"
23+
schedule:
24+
interval: "monthly"

0 commit comments

Comments
 (0)