File tree Expand file tree Collapse file tree 1 file changed +23
-2
lines changed
Expand file tree Collapse file tree 1 file changed +23
-2
lines changed Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
33 "extends" : [
4- " config:recommended"
5- ]
4+ " config:recommended" ,
5+ " :separateMajorReleases" ,
6+ " helpers:pinGitHubActionDigests"
7+ ],
8+ "dependencyDashboard" : true ,
9+ "packageRules" : [
10+ {
11+ "description" : " Group minor und patch Updates" ,
12+ "matchUpdateTypes" : [" minor" , " patch" ],
13+ "groupName" : " non-major dependencies" ,
14+ "schedule" : [" before 8am on monday" ]
15+ },
16+ {
17+ "description" : " Major Updates in isolated PRs" ,
18+ "matchUpdateTypes" : [" major" ],
19+ "labels" : [" major-update" , " manual-review" ]
20+ }
21+ ],
22+ "vulnerabilityAlerts" : {
23+ "labels" : [" security" ],
24+ "assignees" : [" irockel" ]
25+ },
26+ "timezone" : " Europe/Berlin"
627}
You can’t perform that action at this time.
0 commit comments