Skip to content

Commit 478bed0

Browse files
authored
Update Dependabot checks (#471)
* Only check for minor updates * Update Dependabot schedule to run on Thursdays instead of Mondays
1 parent 663969d commit 478bed0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,8 @@ updates:
1717
- "/examples/server-sync"
1818
- "/examples/simple-table"
1919
schedule:
20-
interval: "weekly"
20+
interval: "weekly"
21+
day: "thursday"
22+
ignore:
23+
- dependency-name: "*"
24+
update-types: ["version-update:semver-major" , "version-update:semver-patch"]

0 commit comments

Comments
 (0)