File tree 1 file changed +8
-2
lines changed
1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,16 @@ updates:
12
12
schedule :
13
13
interval : " daily"
14
14
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
15
21
- package-ecosystem : " docker"
16
22
directory : " /"
17
23
schedule :
18
24
interval : " weekly"
19
25
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] "
You can’t perform that action at this time.
0 commit comments