Skip to content

Commit 9161008

Browse files
authored
Initial dependabot setup (#30)
1 parent 72567a6 commit 9161008

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)