Update renovate config (#5109)

* Update renovate config

* ignroe rust updates, run on first day of month

* fix
This commit is contained in:
Nutomic 2024-10-11 09:30:26 +02:00 committed by GitHub
parent c7210e39e7
commit 9509ef1706
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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