2024-04-19 17:00:23 -04:00
|
|
|
{
|
|
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
2024-06-18 16:55:06 -04:00
|
|
|
"extends": ["config:recommended"],
|
2024-10-11 09:30:26 +02:00
|
|
|
"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$"]
|
2024-04-19 17:00:23 -04:00
|
|
|
}
|