Skip to content

Commit 64ea580

Browse files
committed
dependabot: second attempt to exclude major updates
1 parent d34f769 commit 64ea580

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,22 +22,16 @@ updates:
2222
allow:
2323
# Allow both direct and indirect updates for all packages
2424
- dependency-type: "all"
25+
ignore:
26+
- dependency-name: "*"
27+
update-types: ["version-update:semver-major"]
2528
groups:
2629
production-dependencies:
2730
dependency-type: "production"
2831
exclude-patterns:
2932
- "symfony/*"
30-
update-types:
31-
- "minor"
32-
- "patch"
3333
development-dependencies:
3434
dependency-type: "development"
35-
update-types:
36-
- "minor"
37-
- "patch"
3835
symfony:
3936
patterns:
4037
- "symfony/*"
41-
update-types:
42-
- "minor"
43-
- "patch"

0 commit comments

Comments
 (0)