Skip to content

Commit 463060a

Browse files
committed
🌱 Have dependabot track Dockerfile images
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: konveyor#1883 CI added in konveyor#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 <[email protected]>
1 parent ba67f92 commit 463060a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/dependabot.yml

+7
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,10 @@ updates:
99
allow:
1010
- dependency-name: "@patternfly/*"
1111
dependency-type: "direct"
12+
13+
- package-ecosystem: docker
14+
directory: /
15+
schedule:
16+
interval: daily
17+
commit-message:
18+
prefix: ":seedling: "

0 commit comments

Comments
 (0)