Add config for Renovate
This commit is contained in:
parent
019bfc149c
commit
2b9314cf19
1 changed files with 39 additions and 0 deletions
39
.github/renovate.json
vendored
Normal file
39
.github/renovate.json
vendored
Normal file
|
|
@ -0,0 +1,39 @@
|
||||||
|
{
|
||||||
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
|
"packageRules": [
|
||||||
|
{
|
||||||
|
"matchUpdateTypes": [
|
||||||
|
"minor",
|
||||||
|
"patch",
|
||||||
|
"pin",
|
||||||
|
"digest"
|
||||||
|
],
|
||||||
|
"matchDepTypes": [
|
||||||
|
"devDependencies"
|
||||||
|
],
|
||||||
|
"automerge": true,
|
||||||
|
"automergeType": "branch",
|
||||||
|
"platformAutomerge": true,
|
||||||
|
"schedule": [
|
||||||
|
"after 8am and before 11am on monday through friday"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"dependencyDashboard": false,
|
||||||
|
"enabledManagers": [
|
||||||
|
"dockerfile",
|
||||||
|
"docker-compose",
|
||||||
|
"poetry",
|
||||||
|
"github-actions"
|
||||||
|
],
|
||||||
|
"lockFileMaintenance": {
|
||||||
|
"enabled": true,
|
||||||
|
"automerge": true,
|
||||||
|
"automergeType": "branch",
|
||||||
|
"platformAutomerge": true,
|
||||||
|
"schedule": [
|
||||||
|
"after 8am and before 11am on monday through friday"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"timezone": "Europe/Stockholm"
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue