Skip to content

Commit

Permalink
Fix the rockylinux dependency name
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEWaite committed Jun 14, 2024
1 parent 4846994 commit f32441d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ updates:
- package-ecosystem: "docker"
directory: "src/test/resources/org/jvnet/hudson/plugins/platformlabeler/rocky/8.10"
ignore:
- dependency-name: "rockylinux"
- dependency-name: "rockylinux/rockylinux"
update-types: ["version-update:semver-major"]
labels:
- "skip-changelog"
Expand All @@ -164,7 +164,7 @@ updates:
- package-ecosystem: "docker"
directory: "src/test/resources/org/jvnet/hudson/plugins/platformlabeler/rocky/9.4"
ignore:
- dependency-name: "rockylinux"
- dependency-name: "rockylinux/rockylinux"
update-types: ["version-update:semver-major"]
labels:
- "skip-changelog"
Expand Down

0 comments on commit f32441d

Please sign in to comment.