File tree Expand file tree Collapse file tree 2 files changed +23
-3
lines changed Expand file tree Collapse file tree 2 files changed +23
-3
lines changed Original file line number Diff line number Diff line change 29
29
},
30
30
"lint-staged" : {
31
31
"*.ts" : [
32
- " prettier --write" ,
33
- " git add"
32
+ " prettier --write"
34
33
]
35
34
},
36
35
"jest" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3
- "extends" : [" github>sipgate/clinq-renovate-config-public" ]
3
+ "extends" : [
4
+ " config:base" ,
5
+ " :rebaseStalePrs" ,
6
+ " github>whitesource/merge-confidence:beta"
7
+ ],
8
+ "schedule" : [
9
+ " after 10am and before 6pm every weekday"
10
+ ],
11
+ "timezone" : " Europe/Berlin" ,
12
+ "stabilityDays" : 2 ,
13
+ "vulnerabilityAlerts" : {
14
+ "commitMessagePrefix" : " [SECURITY]" ,
15
+ "automerge" : true
16
+ },
17
+ "packageRules" : [
18
+ {
19
+ "matchPackagePrefixes" : [
20
+ " sipgate-"
21
+ ],
22
+ "automerge" : true
23
+ }
24
+ ]
4
25
}
You can’t perform that action at this time.
0 commit comments