Update renovate config (#5109)

* Update renovate config

* ignroe rust updates, run on first day of month

* fix
pull/5056/head^2
Nutomic 1 week ago committed by GitHub
parent c7210e39e7
commit 9509ef1706
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save