mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-21 14:17:08 +00:00
Update renovate config (#5109)
* Update renovate config * ignroe rust updates, run on first day of month * fix
This commit is contained in:
parent
c7210e39e7
commit
9509ef1706
|
@ -1,6 +1,19 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": ["config:recommended"],
|
"extends": ["config:recommended"],
|
||||||
"schedule": ["every weekend"],
|
"schedule": ["before 4am on the first day of the month"],
|
||||||
"automerge": true
|
"automerge": true,
|
||||||
|
"rebaseWhen": "conflicted",
|
||||||
|
"packageRules": [
|
||||||
|
{
|
||||||
|
"groupName": "docker",
|
||||||
|
"matchDatasources": ["docker"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"groupName": "npm",
|
||||||
|
"matchDatasources": ["npm"]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"ignoreDeps": ["lemmy-js-client", "pgautoupgrade/pgautoupgrade"],
|
||||||
|
"ignorePaths": ["(^|/)Cargo\\.toml$"]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue