From e1b1573ef9ee1c907def5f43957a5252b72eda40 Mon Sep 17 00:00:00 2001 From: Bret Fisher Date: Sat, 25 Mar 2023 16:51:38 -0400 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index df52869..9017ab4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,10 +12,16 @@ updates: schedule: interval: "daily" + # Add this section for each directory with a Dockerfile, K8s manifest, or Helm chart + # They must use a semver tag, and Dependabot must be able to access the registry + # You can give it access to private ones: + # https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#configuration-options-for-private-registries + # follow along on a feature request to support multiple directories in one package-ecosystem + # https://github.com/dependabot/dependabot-core/issues/2178 - package-ecosystem: "docker" directory: "/" schedule: interval: "weekly" commit-message: - # Prefix all commit messages with "[docker] " (no colon, but a trailing whitespace) - prefix: "[docker] " \ No newline at end of file + # Prefix all commit messages with "[docker] " + prefix: "[docker] "