We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d34f769 commit 64ea580Copy full SHA for 64ea580
1 file changed
.github/dependabot.yml
@@ -22,22 +22,16 @@ updates:
22
allow:
23
# Allow both direct and indirect updates for all packages
24
- dependency-type: "all"
25
+ ignore:
26
+ - dependency-name: "*"
27
+ update-types: ["version-update:semver-major"]
28
groups:
29
production-dependencies:
30
dependency-type: "production"
31
exclude-patterns:
32
- "symfony/*"
- update-types:
- - "minor"
- - "patch"
33
development-dependencies:
34
dependency-type: "development"
35
36
37
38
symfony:
39
patterns:
40
41
42
43
0 commit comments