Skip to content

Commit

Permalink
Update renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Oct 13, 2024
1 parent 3ac111d commit 00d7eb0
Showing 1 changed file with 16 additions and 14 deletions.
30 changes: 16 additions & 14 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended", ":disableDependencyDashboard"],
"forkProcessing": "enabled",
"woodpecker": {
"enabled": false
},
"cargo": {
"enabled": false
},
"npm": {
"enabled": false
},
"docker-compose": {
"enabled": false
}
"extends": ["config:recommended"],
"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 00d7eb0

Please sign in to comment.