Skip to content

Commit 4bb44b0

Browse files
committed
Keep Docker dependency updates on Java 21 line
1 parent 66e7ba1 commit 4bb44b0

3 files changed

Lines changed: 5 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,6 @@ updates:
2323
schedule:
2424
interval: "weekly"
2525
open-pull-requests-limit: 2
26+
ignore:
27+
- dependency-name: "eclipse-temurin"
28+
update-types: ["version-update:semver-major"]

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
- Governance documentation added for protected branch, required checks, and release accountability.
3737
- Security policy now links directly to GitHub Security Advisories.
3838
- Scorecards workflow kept non-blocking for transient external result-publication failures.
39+
- Docker Dependabot updates constrained to the Java 21 runtime line.
3940

4041
## 1.0.0
4142
### Added

docs/DEPENDENCY_POLICY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ The baseline favors current stable releases over milestones, betas, snapshots, o
3333
- Keep Dependabot enabled for Maven, GitHub Actions, and Docker images.
3434
- Pin GitHub Actions to full commit SHAs and keep the human-readable version in a trailing comment.
3535
- Pin Docker images by digest; refresh the digest together with the reviewed tag.
36+
- Keep Docker runtime updates on the Java 21 line unless the project compilation target changes.
3637
- Keep `.mvn/wrapper/maven-wrapper.properties` distribution checksum in sync with the Maven distribution URL.
3738

3839
## Manual update check

0 commit comments

Comments
 (0)