File tree Expand file tree Collapse file tree 1 file changed +38
-0
lines changed
Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change @@ -37,3 +37,41 @@ updates:
3737 applies-to : security-updates
3838 patterns :
3939 - " *"
40+
41+ - package-ecosystem : gradle
42+ directory : " /"
43+ target-branch : master
44+ schedule :
45+ interval : " weekly"
46+ # Wait at least 10 days after a new version is released before opening a PR
47+ cooldown :
48+ default-days : 10
49+ labels :
50+ - " dependencies"
51+ - " java"
52+ # one PR per week that groups BOTH minor + patch updates
53+ groups :
54+ gradle-updates :
55+ applies-to : version-updates
56+ patterns :
57+ - " *"
58+ update-types :
59+ - minor
60+ - patch
61+ - package-ecosystem : gradle
62+ directory : " /"
63+ schedule :
64+ interval : " daily"
65+ # Wait at least 1 day after a security update is released before opening a PR
66+ cooldown :
67+ default-days : 1
68+ labels :
69+ - " dependencies"
70+ - " java"
71+ - " security"
72+ # one PR that groups security updates
73+ groups :
74+ security :
75+ applies-to : security-updates
76+ patterns :
77+ - " *"
You can’t perform that action at this time.
0 commit comments