mirror of
https://github.com/thelounge/thelounge
synced 2025-02-18 06:08:26 +00:00
Create devDependencies update prs on weekends
This commit is contained in:
parent
e66f47904e
commit
44d207f5f5
1 changed files with 11 additions and 1 deletions
|
@ -3,5 +3,15 @@
|
|||
"ignorePaths": ["test/"],
|
||||
"labels": ["Type: Dependencies"],
|
||||
"rebaseStalePrs": true,
|
||||
"statusCheckVerify": true
|
||||
"statusCheckVerify": true,
|
||||
"stabilityDays": 1,
|
||||
"vulnerabilityAlerts": {
|
||||
"labels": ["Type: Security"]
|
||||
},
|
||||
"packageRules": [
|
||||
{
|
||||
"depTypeList": ["devDependencies"],
|
||||
"extends": ["schedule:weekends"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue