jenkinsci / docker

Docker official jenkins repo
https://hub.docker.com/r/jenkins/jenkins
MIT License
6.55k stars 4.47k forks source link

Use correct Dockerfiles in dependabot #1876

Closed MarkEWaite closed 1 month ago

MarkEWaite commented 1 month ago

Use correct Dockerfiles in dependabot

Earlier refactoring improved the Dockerfiles to have much less duplication.

Testing done

Listed the Dockerfiles in the repository, used the listing results in the file. Final test needs GitHUb to run dependabot.

CI job does not validate this change.

### Submitter checklist
- [x] Make sure you are opening from a **topic/feature/bugfix branch** (right side) and not your main branch!
- [x] Ensure that the pull request title represents the desired changelog entry
- [x] Please describe what you did
- [x] Link to relevant issues in GitHub or Jira
- [x] Link to relevant pull requests, esp. upstream and downstream changes
- [x] Ensure you have provided tests - that demonstrates feature works or fixes the issue