Skip to content

Commit 7c65baf

Browse files
committed
Remove Zod from ignored Dependabot scans
1 parent 79da11a commit 7c65baf

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

‎.github/dependabot.yml‎

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,10 @@ updates:
55
versioning-strategy: "increase"
66
schedule:
77
interval: "weekly"
8-
open-pull-requests-limit: 20
8+
open-pull-requests-limit: 4
99
labels:
1010
- "type: dependencies 🔗"
1111
- "automerge 🤞"
12-
# Ignore list: pin packages that should not be updated automatically
13-
ignore:
14-
- dependency-name: "zod"
15-
update-types: ["version-update:semver-patch", "version-update:semver-minor", "version-update:semver-major"]
1612
- package-ecosystem: "github-actions"
1713
directory: "/"
1814
schedule:

0 commit comments

Comments
 (0)