Skip to content

Commit

Permalink
[chore] enable renovatebot for go (open-telemetry#29333)
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Boten <[email protected]>
  • Loading branch information
Alex Boten committed Nov 17, 2023
1 parent c90187c commit 186af72
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"labels": [
"renovatebot",
"dependencies"
],
"constraints": {
"go": "1.20"
},
"extends": [
"config:base"
],
Expand Down Expand Up @@ -30,7 +34,7 @@
},
{
"matchManagers": ["gomod"],
"enabled": false
"matchUpdateTypes": ["minor", "major"]
}
],
"ignoreDeps": [
Expand Down

0 comments on commit 186af72

Please sign in to comment.