Skip to content

Commit b1dcd88

Browse files
authored
Update dependabot.yml
1 parent 9f290eb commit b1dcd88

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@ updates:
55
- package-ecosystem: "npm"
66
directories:
77
- "/packages/nextjs-cache-handler"
8+
- "/examples/redis-minimal"
89
schedule:
910
interval: "weekly"
1011
ignore:
1112
- dependency-name: "*"
12-
update-types: ["version-update:semver-major"]
13+
update-types: ["version-update:semver-minor"]
1314
groups:
1415
all-updates:
1516
patterns:

0 commit comments

Comments
 (0)