We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f290eb commit b1dcd88Copy full SHA for b1dcd88
.github/dependabot.yml
@@ -5,11 +5,12 @@ updates:
5
- package-ecosystem: "npm"
6
directories:
7
- "/packages/nextjs-cache-handler"
8
+ - "/examples/redis-minimal"
9
schedule:
10
interval: "weekly"
11
ignore:
12
- dependency-name: "*"
- update-types: ["version-update:semver-major"]
13
+ update-types: ["version-update:semver-minor"]
14
groups:
15
all-updates:
16
patterns:
0 commit comments