Skip to content

Commit e0092ea

Browse files
authored
feat: added dependabot
1 parent c948824 commit e0092ea

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

.github/dependabot.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
version: 2
3+
updates:
4+
- package-ecosystem: "github-actions"
5+
directory: "/"
6+
schedule:
7+
interval: "daily"
8+
time: "03:00"
9+
timezone: "Europe/Berlin"
10+
reviewers:
11+
- "github-actions"
12+
pull-request-branch-name:
13+
separator: "-"
14+
15+
# Daily: Check minor and patch updates
16+
- package-ecosystem: "npm"
17+
directory: "/"
18+
open-pull-requests-limit: 10
19+
schedule:
20+
interval: "daily"
21+
time: "03:00"
22+
timezone: "Europe/Berlin"
23+
reviewers:
24+
- "github-actions"
25+
pull-request-branch-name:
26+
separator: "-"
27+
# https://github.com/dependabot/dependabot-core/issues/5226#issuecomment-1179434437
28+
versioning-strategy: increase

0 commit comments

Comments
 (0)