Skip to content

Commit

Permalink
Disable major image updates in Dockerfiles through renovate (#542)
Browse files Browse the repository at this point in the history
We rather update major version such as Java manually.
  • Loading branch information
fwendland committed Aug 1, 2022
1 parent 84ccf4d commit 225514b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
":disableDependencyDashboard",
":assignAndReview(fwendland)",
":enableVulnerabilityAlerts",
":separateMultipleMajorReleases"
":separateMultipleMajorReleases",
"docker:disableMajor"
],
"ignoreDeps": [
"de.fraunhofer.aisec.mark:de.fraunhofer.aisec.mark"
Expand Down

0 comments on commit 225514b

Please sign in to comment.