Skip to content

Commit

Permalink
[chore] only use renovate for patch/minor updates (#29783)
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Boten <aboten@lightstep.com>
  • Loading branch information
Alex Boten authored Dec 12, 2023
1 parent 88b3b93 commit 7640dc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
},
{
"matchManagers": ["gomod"],
"matchUpdateTypes": ["minor", "major"]
"matchUpdateTypes": ["minor", "patch"]
}
],
"ignoreDeps": [
Expand Down

0 comments on commit 7640dc9

Please sign in to comment.