Skip to content

Commit 1133032

Browse files
committed
dependabot: exclude version updates
Signed-off-by: Marcel Cornu <[email protected]>
1 parent 0f3c1b2 commit 1133032

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/dependabot.yml

+3-5
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@ updates:
55
schedule:
66
interval: "daily"
77
allow:
8-
# update production dependencies
8+
# Only update production dependencies
99
- dependency-type: "production"
10-
ignore:
11-
# ignore major version updates
12-
- dependency-name: "*"
13-
update-types: ["version-update:semver-major"]
10+
# Disable version updates (security updates only)
11+
open-pull-requests-limit: 0

0 commit comments

Comments
 (0)