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