Skip to content

Commit

Permalink
Add config for renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome committed Aug 19, 2024
1 parent 72c813d commit 8e6830d
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"automerge": true,
"extends": [
":dependencyDashboard",
"group:monorepos",
"group:recommended",
"replacements:all",
"workarounds:all",
"docker:enableMajor",
"helpers:pinGitHubActionDigests"
],
"labels": [
"dependencies"
],
"postUpdateOptions": [
"gomodTidy",
"gomodUpdateImportPaths"
],
"prConcurrentLimit": 0,
"pre-commit": {
"enabled": true
},
"rebaseWhen": "auto"
}

0 comments on commit 8e6830d

Please sign in to comment.