Skip to content

Commit fedca36

Browse files
authored
Merge pull request #16 from escendit/15-setup-dependabot
Add Dependabot configuration for automated dependency updates
2 parents 71590aa + 1d5a2d0 commit fedca36

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+
# GitHub Actions
4+
- package-ecosystem: github-actions
5+
directory: /
6+
schedule:
7+
interval: weekly
8+
day: sunday
9+
timezone: Europe/Zurich
10+
time: "01:30"
11+
labels:
12+
- dependencies/github-actions
13+
# npm
14+
- package-ecosystem: npm
15+
directory: /
16+
schedule:
17+
interval: weekly
18+
day: sunday
19+
timezone: Europe/Zurich
20+
time: "03:00"
21+
labels:
22+
- dependencies/npmjs

0 commit comments

Comments
 (0)