Skip to content

Commit a25398e

Browse files
chore: add Dependabot config (#337)
1 parent edeffc1 commit a25398e

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: npm
4+
directory: /scripts
5+
schedule:
6+
interval: weekly
7+
day: 'sunday'
8+
time: '02:00'
9+
timezone: Europe/Berlin
10+
groups:
11+
all:
12+
patterns:
13+
- '*'
14+
15+
- package-ecosystem: github-actions
16+
directory: /
17+
schedule:
18+
interval: weekly
19+
day: 'sunday'
20+
time: '04:00'
21+
timezone: Europe/Berlin
22+
groups:
23+
all:
24+
patterns:
25+
- '*'

0 commit comments

Comments
 (0)