Skip to content

Commit

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

* add comments

---------

Co-authored-by: Juliano Costa <julianocosta89@outlook.com>
  • Loading branch information
austinlparker and julianocosta89 committed Aug 5, 2023
1 parent ba164f2 commit 2671bfb
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 2671bfb

Please sign in to comment.