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 72567a6 commit 9161008Copy full SHA for 9161008
.github/dependabot.yml
@@ -0,0 +1,10 @@
1
+version: 2
2
+updates:
3
+ # Configuration for Dockerfile
4
+ - package-ecosystem: "docker"
5
+ directory: "/"
6
+ schedule:
7
+ interval: "weekly"
8
+ commit-message:
9
+ # Prefix all commit messages with "[docker] " (no colon, but a trailing whitespace)
10
+ prefix: "[docker] "
0 commit comments