Skip to content

Commit

Permalink
Update renovate config (#5109)
Browse files Browse the repository at this point in the history
* Update renovate config

* ignroe rust updates, run on first day of month

* fix
  • Loading branch information
Nutomic authored Oct 11, 2024
1 parent c7210e3 commit 9509ef1
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -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$"]
}

0 comments on commit 9509ef1

Please sign in to comment.