We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad88333 commit a9334ffCopy full SHA for a9334ff
.github/dependabot.yml
@@ -18,10 +18,20 @@ updates:
18
- package-ecosystem: "composer" # See documentation for possible values
19
directory: "/" # Location of package manifests
20
schedule:
21
- interval: "daily"
+ 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"]
28
groups:
- dev-dependencies:
29
+ production-dependencies:
30
+ dependency-type: "production"
31
+ exclude-patterns:
32
+ - "symfony/*"
33
+ development-dependencies:
34
dependency-type: "development"
- update-types:
- - "minor"
- - "patch"
35
+ symfony:
36
+ patterns:
37
0 commit comments