diff --git a/renovate.json b/renovate.json index b3eaa8e97..03619c85f 100644 --- a/renovate.json +++ b/renovate.json @@ -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$"] }