lemmy/renovate.json
Nutomic 9509ef1706
Update renovate config (#5109)
* Update renovate config

* ignroe rust updates, run on first day of month

* fix
2024-10-11 09:30:26 +02:00

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$"]
}