Skip to content

Commit

Permalink
Use correct Dockerfiles in dependabot (jenkinsci#1876)
Browse files Browse the repository at this point in the history
Earlier refactoring improved the Dockerfiles to have much less duplication.

* jenkinsci#1857
  • Loading branch information
MarkEWaite committed May 13, 2024
1 parent c70d445 commit a0ebbb6
Showing 1 changed file with 6 additions and 51 deletions.
57 changes: 6 additions & 51 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,7 @@ updates:
# Alpine Linux

- package-ecosystem: docker
directory: "17/alpine/hotspot"
schedule:
interval: weekly
open-pull-requests-limit: 2
target-branch: master
reviewers:
- MarkEWaite
- slide
labels:
- dependencies
ignore:
# Ignore proposals to update to new versions of Java because updatecli takes care of that.
- dependency-name: "eclipse-temurin"

- package-ecosystem: docker
directory: "11/alpine/hotspot"
directory: "alpine/hotspot"
schedule:
interval: weekly
open-pull-requests-limit: 2
Expand All @@ -37,7 +22,7 @@ updates:
# AlmaLinux

- package-ecosystem: docker
directory: "11/almalinux/almalinux8/hotspot"
directory: "almalinux/almalinux8/hotspot"
schedule:
interval: weekly
open-pull-requests-limit: 2
Expand All @@ -57,37 +42,7 @@ updates:
# Debian Linux

- package-ecosystem: docker
directory: "17/debian/bookworm/hotspot"
schedule:
interval: weekly
open-pull-requests-limit: 2
target-branch: master
reviewers:
- MarkEWaite
- slide
labels:
- dependencies
ignore:
# Ignore proposals to update to new versions of Java because updatecli takes care of that.
- dependency-name: "eclipse-temurin"

- package-ecosystem: docker
directory: "17/debian/bookworm-slim/hotspot"
schedule:
interval: weekly
open-pull-requests-limit: 2
target-branch: master
reviewers:
- MarkEWaite
- slide
labels:
- dependencies
ignore:
# Ignore proposals to update to new versions of Java because updatecli takes care of that.
- dependency-name: "eclipse-temurin"

- package-ecosystem: docker
directory: "11/debian/bookworm/hotspot"
directory: "debian/bookworm/hotspot"
schedule:
interval: weekly
open-pull-requests-limit: 2
Expand All @@ -102,7 +57,7 @@ updates:
- dependency-name: "eclipse-temurin"

- package-ecosystem: docker
directory: "11/debian/bookworm-slim/hotspot"
directory: "debian/bookworm-slim/hotspot"
schedule:
interval: weekly
open-pull-requests-limit: 2
Expand All @@ -119,7 +74,7 @@ updates:
# RHEL UBI

- package-ecosystem: docker
directory: "11/rhel/ubi8/hotspot"
directory: "rhel/ubi8/hotspot"
schedule:
interval: weekly
open-pull-requests-limit: 2
Expand All @@ -134,7 +89,7 @@ updates:
- dependency-name: "eclipse-temurin"

- package-ecosystem: docker
directory: "17/rhel/ubi9/hotspot"
directory: "rhel/ubi9/hotspot"
schedule:
interval: weekly
open-pull-requests-limit: 2
Expand Down

0 comments on commit a0ebbb6

Please sign in to comment.