Skip to content

Commit

Permalink
🌱 Have dependabot track Dockerfile referenced images (#1908)
Browse files Browse the repository at this point in the history
Configure dependabot to create PRs when the images we use in the
`Dockerfile` have a newer version. This allows us to reference specific
container images and be automatically notified of newer versions.

Supports: #1883

CI added in #1907 will run against the PRs dependabot will open for
`Dockerfile` changes. This will allow us to have confidence that the
update will be successful.

Signed-off-by: Scott J Dickerson <sdickers@redhat.com>
  • Loading branch information
sjd78 committed May 14, 2024
1 parent 7dc0a71 commit f501fb8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,10 @@ updates:
allow:
- dependency-name: "@patternfly/*"
dependency-type: "direct"

- package-ecosystem: docker
directory: /
schedule:
interval: daily
commit-message:
prefix: ":seedling: "

0 comments on commit f501fb8

Please sign in to comment.