File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed
Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,35 @@ updates:
3535 # Disable automatic rebasing because we need to create a server PR anyway
3636 rebase-strategy : " disabled"
3737
38+ - package-ecosystem : composer
39+ directory : " /"
40+ target-branch : stable33
41+ schedule :
42+ interval : weekly
43+ day : saturday
44+ time : " 03:00"
45+ timezone : Europe/Paris
46+ open-pull-requests-limit : 20
47+ commit-message :
48+ prefix : " build"
49+ include : " scope"
50+ versioning-strategy : " increase"
51+ ignore :
52+ - dependency-name : " *"
53+ update-types : ["version-update:semver-major", "version-update:semver-minor"]
54+ labels :
55+ - " dependencies"
56+ - " stable33"
57+ groups :
58+ symfony :
59+ applies-to : version-updates
60+ patterns :
61+ - " symfony/*"
62+ cooldown :
63+ default-days : 7
64+ # Disable automatic rebasing because we need to create a server PR anyway
65+ rebase-strategy : " disabled"
66+
3867- package-ecosystem : composer
3968 directory : " /"
4069 target-branch : stable32
You can’t perform that action at this time.
0 commit comments