This repository was archived by the owner on Jul 14, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ {
2+ "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3+ "extends" : [
4+ " config:recommended" ,
5+ " group:springBoot"
6+ ],
7+ "timezone" : " Asia/Tokyo" ,
8+ "labels" : [
9+ " dependencies" ,
10+ " renovate"
11+ ],
12+ "schedule" : [
13+ " after 9am on saturday" ,
14+ " before 12am on saturday"
15+ ],
16+ "prConcurrentLimit" : 0 ,
17+ "prHourlyLimit" : 0 ,
18+ "separateMinorPatch" : true ,
19+ "dependencyDashboard" : true ,
20+ "automerge" : false ,
21+ "major" : {
22+ "minimumReleaseAge" : " 3 days"
23+ },
24+ "minor" : {
25+ "minimumReleaseAge" : " 1 day"
26+ },
27+ "patch" : {
28+ "minimumReleaseAge" : " 1 day"
29+ },
30+ "packageRules" : [
31+ {
32+ "groupName" : " github actions families" ,
33+ "matchManagers" : [
34+ " github-actions"
35+ ],
36+ "matchPackageNames" : [
37+ " actions{/,}**"
38+ ]
39+ },
40+ {
41+ "matchUpdateTypes" : [
42+ " patch" ,
43+ " minor"
44+ ],
45+ "automerge" : true
46+ }
47+ ]
48+ }
You can’t perform that action at this time.
0 commit comments