Skip to content

Commit

Permalink
chore: update OpenJDK renovate config (#2319)
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartwdouglas authored Aug 12, 2024
1 parent b59eba3 commit d6d432d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@
matchManagers: ["hermit"],
enabled: false,
},
{
matchPackageNames: [
"openjdk", // We don't want automatic major version updates, just minors
],
matchManagers: ["hermit"],
matchUpdateTypes: ["major"],
enabled: false
},
{
matchFileNames: ["**/testdata/**/go.mod"],
enabled: false,
Expand Down

0 comments on commit d6d432d

Please sign in to comment.