mirror of
https://github.com/IT4Change/boilerplate-e2e-cypress-cucumber.git
synced 2025-12-13 04:55:50 +00:00
ad renovate configuration file
This commit is contained in:
parent
75a1f4430f
commit
3cc56eda21
20
.github/renovate.json
vendored
Normal file
20
.github/renovate.json
vendored
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
{
|
||||||
|
"extends": [
|
||||||
|
"config:base"
|
||||||
|
],
|
||||||
|
"packageRules": [
|
||||||
|
{
|
||||||
|
"matchUpdateTypes": ["minor", "patch"],
|
||||||
|
"automergeType": "pr",
|
||||||
|
"platformAutomerge": true
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"npm": {
|
||||||
|
"separateMinorPatch": true
|
||||||
|
},
|
||||||
|
"schedule": ["after 10pm every weekday"],
|
||||||
|
"enabledManagers": ["dockerfile", "github-actions", "npm"],
|
||||||
|
"rangeStrategy": "bump",
|
||||||
|
"prHourlyLimit": 5,
|
||||||
|
"prConcurrentLimit": 99
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user