Skip to content

Commit

Permalink
Fix dependendabot definition
Browse files Browse the repository at this point in the history
Remove AlmaLinux and UBI 8
  • Loading branch information
MarkEWaite committed Oct 21, 2024
1 parent 05911e7 commit 0c22d20
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 36 deletions.
1 change: 0 additions & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
* @jenkinsci/team-docker-packaging
*/rhel/ubi*/ @olivergondza
*/almalinux/almalinux8/ @saper
*/debian/bookworm/hotspot @ksalerno99
*/rhel/ubi9/hotspot @ksalerno99
35 changes: 0 additions & 35 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,26 +19,6 @@ updates:
# Ignore proposals to update to new versions of Java because updatecli takes care of that.
- dependency-name: "eclipse-temurin"

# AlmaLinux

- package-ecosystem: docker
directory: "almalinux/almalinux8/hotspot"
schedule:
interval: weekly
open-pull-requests-limit: 2
target-branch: master
reviewers:
- saper
- slide
labels:
- dependencies
ignore:
# Ignore proposals to update to new versions of Java because updatecli takes care of that.
- dependency-name: "eclipse-temurin"
# Ignore proposals to update to Alma Linux 9 or later
- dependency-name: "almalinux"
update-types: ["version-update:semver-major"]

# Debian Linux

- package-ecosystem: docker
Expand Down Expand Up @@ -73,21 +53,6 @@ updates:

# RHEL UBI

- package-ecosystem: docker
directory: "rhel/ubi8/hotspot"
schedule:
interval: weekly
open-pull-requests-limit: 2
target-branch: master
reviewers:
- olivergondza
- 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: "rhel/ubi9/hotspot"
schedule:
Expand Down

0 comments on commit 0c22d20

Please sign in to comment.