Skip to content

Commit a41e998

Browse files
authored
Add Docker Compose support to Dependabot configuration
1 parent 43b683e commit a41e998

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,10 @@ updates:
1515
directory: "/"
1616
schedule:
1717
interval: daily
18+
19+
- package-ecosystem: "docker-compose"
20+
directory: "/test"
21+
# https://docs.github.com/en/code-security/reference/supply-chain-security/dependabot-options-reference#example
22+
patterns: ["*-compose.*"]
23+
schedule:
24+
interval: daily

0 commit comments

Comments
 (0)