Skip to content

Commit 9b75b88

Browse files
committed
chore(dependabot): adds configuration for dependency management through dependabot
1 parent 672a28f commit 9b75b88

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/dependabot.yml

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
version: 2
2+
updates:
3+
# Maintain dependencies for GitHub Actions
4+
- package-ecosystem: 'github-actions'
5+
directory: '/'
6+
schedule:
7+
interval: 'daily'
8+
labels:
9+
- 'Github Actions'
10+
- 'dependencies'
11+
12+
# Maintain dependencies for npm
13+
- package-ecosystem: 'npm'
14+
directory: '/'
15+
schedule:
16+
interval: 'daily'
17+
versioning-strategy: 'increase'
18+
labels:
19+
- 'npm'
20+
- 'dependencies'
21+

0 commit comments

Comments
 (0)