Skip to content

Commit 4542516

Browse files
Merge pull request #11949 from owncloud/ci/deps-add-more-dockerfile-locations
ci: add another docker file location to dependabot.yml
2 parents 94d19eb + 033cfb1 commit 4542516

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ updates:
1313
open-pull-requests-limit: 2
1414

1515
- package-ecosystem: "docker"
16-
directory: "/"
16+
directories:
17+
- "/"
18+
- "/ocis/docker"
1719
schedule:
1820
interval: "weekly"
1921
open-pull-requests-limit: 2

0 commit comments

Comments
 (0)