File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change
1
+ # To get started with Dependabot version updates, you'll need to specify which
2
+ # package ecosystems to update and where the package manifests are located.
3
+ # Please see the documentation for all configuration options:
4
+ # https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
5
+
6
+ version : 2
7
+ updates :
8
+ - package-ecosystem : " github-actions"
9
+ directory : " /"
10
+ schedule :
11
+ interval : daily
12
+ time : " 05:30"
13
+ timezone : Europe/Amsterdam
14
+ open-pull-requests-limit : 99
15
+ - package-ecosystem : " npm" # See documentation for possible values
16
+ directory : " /src/Web/ClientApp" # Location of package manifests
17
+ schedule :
18
+ interval : daily
19
+ time : " 05:30"
20
+ timezone : Europe/Amsterdam
21
+ open-pull-requests-limit : 99
22
+ - package-ecosystem : nuget
23
+ directory : " /"
24
+ groups :
25
+ nunit :
26
+ patterns :
27
+ - nunit*
28
+ schedule :
29
+ interval : daily
30
+ time : " 05:30"
31
+ timezone : Europe/Amsterdam
32
+ open-pull-requests-limit : 99
You can’t perform that action at this time.
0 commit comments