Skip to content

Commit 2681b3c

Browse files
committed
ci: add dependabot config
1 parent 6abad12 commit 2681b3c

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: npm
4+
directory: "/"
5+
schedule:
6+
interval: weekly
7+
day: monday
8+
time: "06:00"
9+
timezone: Europe/Madrid
10+
open-pull-requests-limit: 5
11+
commit-message:
12+
prefix: "chore(deps)"
13+
prefix-development: "chore(deps-dev)"
14+
groups:
15+
minor-and-patch:
16+
update-types: [minor, patch]
17+
18+
- package-ecosystem: github-actions
19+
directory: "/"
20+
schedule:
21+
interval: weekly
22+
day: monday
23+
time: "06:00"
24+
timezone: Europe/Madrid
25+
commit-message:
26+
prefix: "ci(actions)"
27+
groups:
28+
actions-minor-and-patch:
29+
update-types: [minor, patch]

0 commit comments

Comments
 (0)