Skip to content

Commit a9334ff

Browse files
committed
dependabot: second attempt to exclude major updates
1 parent ad88333 commit a9334ff

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

.github/dependabot.yml

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,20 @@ updates:
1818
- package-ecosystem: "composer" # See documentation for possible values
1919
directory: "/" # Location of package manifests
2020
schedule:
21-
interval: "daily"
21+
interval: "weekly"
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"]
2228
groups:
23-
dev-dependencies:
29+
production-dependencies:
30+
dependency-type: "production"
31+
exclude-patterns:
32+
- "symfony/*"
33+
development-dependencies:
2434
dependency-type: "development"
25-
update-types:
26-
- "minor"
27-
- "patch"
35+
symfony:
36+
patterns:
37+
- "symfony/*"

0 commit comments

Comments
 (0)