Skip to content

Commit 2fe232c

Browse files
authored
Update Dependabot config for Docker (#1936)
Since it appears the docker updater doesn't traverse the repo and needs the specific directory containing the `Dockerfile`. Fixes: https://github.com/heroku/heroku-buildpack-python/network/updates/1118250366 GUS-W-19898523.
1 parent 874e468 commit 2fe232c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ updates:
1414
- "minor"
1515
- "patch"
1616
- package-ecosystem: "docker"
17-
directory: "/"
17+
directory: "/builds"
1818
schedule:
1919
interval: "monthly"
2020
labels:

0 commit comments

Comments
 (0)