mirror of
https://github.com/LemmyNet/lemmy
synced 2024-11-09 22:44:13 +00:00
9509ef1706
* Update renovate config * ignroe rust updates, run on first day of month * fix
19 lines
502 B
JSON
19 lines
502 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": ["config:recommended"],
|
|
"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$"]
|
|
}
|