Skip to content

Commit 81ea177

Browse files
authored
Create dependabot.yml
1 parent bf0f956 commit 81ea177

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/dependabot.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "docker"
4+
directory: "/wordpress"
5+
schedule:
6+
interval: "daily"
7+
allow:
8+
- dependency-name: "wordpress"
9+
labels:
10+
- "dependencies"
11+
commit-message:
12+
prefix: "deps"
13+
include: "scope"

0 commit comments

Comments
 (0)