Skip to content

Commit 250b8fb

Browse files
committed
Add Dependabot config
1 parent ee948ef commit 250b8fb

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+
---
2+
version: 2
3+
4+
updates:
5+
- package-ecosystem: github-actions
6+
directory: /
7+
schedule:
8+
interval: monthly
9+
time: "04:00"
10+
timezone: Europe/Copenhagen
11+
open-pull-requests-limit: 20
12+
- package-ecosystem: npm
13+
directory: /frontend
14+
schedule:
15+
interval: monthly
16+
time: "04:00"
17+
timezone: Europe/Copenhagen
18+
groups:
19+
everything:
20+
patterns:
21+
- "*"
22+
open-pull-requests-limit: 20

0 commit comments

Comments
 (0)