Skip to content

Commit

Permalink
Pin eclipse for renovate (open-telemetry#1028)
Browse files Browse the repository at this point in the history
* pin eclipse image

* add comments

---------

Co-authored-by: Juliano Costa <[email protected]>
  • Loading branch information
austinlparker and julianocosta89 authored Aug 5, 2023
1 parent 246a5a7 commit ba9b626
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions renovate.json → renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,12 @@
"matchPaths": ["src/shippingservice"],
"groupName": "shippingservice",
"assigneesFromCodeOwners": true
},
{
// intentionally using Java 11 in some examples
// not using matchUpdateTypes "major", because renovate wants to bump "11-jre" to "11.0.19_7-jre"
"matchPackageNames": ["eclipse-temurin"],
"enabled": false
}
]
}

0 comments on commit ba9b626

Please sign in to comment.