Skip to content

Commit

Permalink
🌱 Have dependabot track Dockerfile images
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 10, 2024
1 parent ba67f92 commit 463060a
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 463060a

Please sign in to comment.