We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee948ef commit 250b8fbCopy full SHA for 250b8fb
1 file changed
.github/dependabot.yml
@@ -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
15
16
17
18
+ groups:
19
+ everything:
20
+ patterns:
21
+ - "*"
22
0 commit comments