There was an error while loading. Please reload this page.
1 parent a8b2a76 commit ae6dfefCopy full SHA for ae6dfef
1 file changed
.github/dependabot.yml
@@ -0,0 +1,40 @@
1
+version: 2
2
+updates:
3
+ # Enable version updates for npm
4
+ - package-ecosystem: 'npm'
5
+ directory: '/'
6
+ schedule:
7
+ interval: 'weekly'
8
+ day: 'monday'
9
+ time: '04:00'
10
+ open-pull-requests-limit: 1
11
+ groups:
12
+ npm-dependencies:
13
+ patterns:
14
+ - '*'
15
+ update-types:
16
+ - 'minor'
17
+ - 'patch'
18
+ reviewers:
19
+ - 'johan-gorter'
20
+ commit-message:
21
+ prefix: 'deps'
22
+ include: 'scope'
23
+
24
+ # Enable version updates for GitHub Actions
25
+ - package-ecosystem: 'github-actions'
26
27
28
29
30
31
32
33
+ github-actions:
34
35
36
37
38
39
+ prefix: 'ci'
40
0 commit comments