mirror of
https://github.com/cinnyapp/cinny-desktop.git
synced 2024-12-28 02:16:11 +00:00
Add renovate config
This commit is contained in:
parent
5dc650e766
commit
e413634a30
15
.github/renovate.json
vendored
Normal file
15
.github/renovate.json
vendored
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
{
|
||||||
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
|
"extends": [
|
||||||
|
"config:base"
|
||||||
|
],
|
||||||
|
"labels": [ "Dependencies" ],
|
||||||
|
"packageRules": [
|
||||||
|
{
|
||||||
|
"matchUpdateTypes": [ "lockFileMaintenance" ]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"lockFileMaintenance": { "enabled": true },
|
||||||
|
"dependencyDashboard": true,
|
||||||
|
"dependencyDashboardApproval": true
|
||||||
|
}
|
|
@ -1,6 +0,0 @@
|
||||||
{
|
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
||||||
"extends": [
|
|
||||||
"config:base"
|
|
||||||
]
|
|
||||||
}
|
|
Loading…
Reference in a new issue