Skip to content

Commit 1c3f054

Browse files
Abdel-Monaam-Aouiniamannn
andauthoredAug 26, 2024
chore: Create dependabot.yml to automatically update dependencies (#806)
Co-authored-by: Jan Amann <jan@amann.work>
1 parent a1e4853 commit 1c3f054

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
 

‎.github/dependabot.yml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# .github/dependabot.yml
2+
version: 2
3+
updates:
4+
- package-ecosystem: 'npm'
5+
directory: '/'
6+
schedule:
7+
interval: 'monthly'
8+
commit-message:
9+
prefix: chore
10+
groups:
11+
all-dependencies:
12+
patterns:
13+
- "*"
14+
open-pull-requests-limit: 1

0 commit comments

Comments
 (0)
Failed to load comments.