mirror of
https://github.com/LemmyNet/lemmy
synced 2024-11-13 00:07: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 changed files with 15 additions and 2 deletions
|
@ -1,6 +1,19 @@
|
|||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": ["config:recommended"],
|
||||
"schedule": ["every weekend"],
|
||||
"automerge": true
|
||||
"schedule": ["before 4am on the first day of the month"],
|
||||
"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