From 463060a893fd559669c85480e74599e40b47b3ad Mon Sep 17 00:00:00 2001 From: Scott J Dickerson Date: Fri, 10 May 2024 17:26:45 -0400 Subject: [PATCH] :seedling: 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: #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 --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 850176c45..dd4af30e7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,10 @@ updates: allow: - dependency-name: "@patternfly/*" dependency-type: "direct" + + - package-ecosystem: docker + directory: / + schedule: + interval: daily + commit-message: + prefix: ":seedling: "