Skip to content

Commit 37c5a01

Browse files
ci(gh-actions): activate automatic updates with Dependabot
1 parent 1a062ee commit 37c5a01

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.github/dependabot.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: github-actions
4+
directory: /
5+
schedule:
6+
interval: daily
7+
labels:
8+
- 'gh actions dependencies'
9+
10+
- package-ecosystem: docker
11+
directory: /
12+
schedule:
13+
interval: daily
14+
labels:
15+
- 'dependencies'
16+
17+
- package-ecosystem: npm
18+
directory: /
19+
schedule:
20+
interval: daily
21+
labels:
22+
- 'dependencies'

0 commit comments

Comments
 (0)