Skip to content

Commit 96d5a6b

Browse files
committed
Configure dependabot to include Docker and GHA dependencies
Signed-off-by: nscuro <[email protected]>
1 parent d56159e commit 96d5a6b

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/dependabot.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: npm
4+
directory: /
5+
schedule:
6+
interval: daily
7+
- package-ecosystem: docker
8+
directory: /docker
9+
schedule:
10+
interval: daily
11+
- package-ecosystem: github-actions
12+
directory: /
13+
schedule:
14+
interval: daily

0 commit comments

Comments
 (0)