Skip to content

Commit e1b1573

Browse files
authored
Update dependabot.yml
1 parent 6944a6a commit e1b1573

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/dependabot.yml

+8-2
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,16 @@ updates:
1212
schedule:
1313
interval: "daily"
1414

15+
# Add this section for each directory with a Dockerfile, K8s manifest, or Helm chart
16+
# They must use a semver tag, and Dependabot must be able to access the registry
17+
# You can give it access to private ones:
18+
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#configuration-options-for-private-registries
19+
# follow along on a feature request to support multiple directories in one package-ecosystem
20+
# https://github.com/dependabot/dependabot-core/issues/2178
1521
- package-ecosystem: "docker"
1622
directory: "/"
1723
schedule:
1824
interval: "weekly"
1925
commit-message:
20-
# Prefix all commit messages with "[docker] " (no colon, but a trailing whitespace)
21-
prefix: "[docker] "
26+
# Prefix all commit messages with "[docker] "
27+
prefix: "[docker] "

0 commit comments

Comments
 (0)