We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43b683e commit a41e998Copy full SHA for a41e998
1 file changed
.github/dependabot.yml
@@ -15,3 +15,10 @@ updates:
15
directory: "/"
16
schedule:
17
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