Commit 56f0edd 1 parent a8f384b commit 56f0edd Copy full SHA for 56f0edd
File tree 1 file changed +15
-7
lines changed
1 file changed +15
-7
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"extends" : [
3
- " config:base"
3
+ " config:recommended"
4
+ ],
5
+ "addLabels" : [
6
+ " type: dependency-upgrade"
4
7
],
5
- "addLabels" : [" type: dependency-upgrade" ],
6
8
"schedule" : [
7
- " after 10pm every day "
9
+ " after 10pm"
8
10
],
9
11
"prHourlyLimit" : 1 ,
10
12
"prConcurrentLimit" : 20 ,
11
13
"timezone" : " Europe/Prague" ,
12
14
"packageRules" : [
13
15
{
14
- "matchPackagePatterns" : [" actions.*" ],
15
16
"dependencyDashboardApproval" : true ,
16
- "matchUpdateTypes" : [" patch" ],
17
+ "matchUpdateTypes" : [
18
+ " patch"
19
+ ],
17
20
"matchCurrentVersion" : " !/^0/" ,
18
- "automerge" : true
21
+ "automerge" : true ,
22
+ "matchPackageNames" : [
23
+ " /actions.*/"
24
+ ]
19
25
},
20
26
{
21
- "matchUpdateTypes" : [" patch" ],
27
+ "matchUpdateTypes" : [
28
+ " patch"
29
+ ],
22
30
"matchCurrentVersion" : " !/^0/" ,
23
31
"automerge" : true
24
32
}
You can’t perform that action at this time.
0 commit comments