File tree Expand file tree Collapse file tree 1 file changed +45
-0
lines changed Expand file tree Collapse file tree 1 file changed +45
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ # To get started with Dependabot version updates, you"ll need to specify which
3
+ # package ecosystems to update and where the package manifests are located.
4
+ # Please see the documentation for all configuration options:
5
+ # https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
6
+
7
+ version : 2
8
+ updates :
9
+ - package-ecosystem : ' npm' # See documentation for possible values
10
+ directories : # Location of package manifests
11
+ - ' /'
12
+ schedule :
13
+ interval : ' daily'
14
+ groups :
15
+ chalk :
16
+ patterns :
17
+ - ' chalk'
18
+ - ' strip-ansi'
19
+ - ' wrap-ansi'
20
+ typescript-eslint :
21
+ patterns :
22
+ - ' @typescript-eslint/*'
23
+ - package-ecosystem : ' github-actions' # See documentation for possible values
24
+ directories : # Location of package manifests
25
+ - ' /' # Strangely, this is how to specify "./.github/workflows/*.ya?ml"
26
+ - ' /new-package'
27
+ schedule :
28
+ interval : ' daily'
29
+ groups :
30
+ github-actions :
31
+ patterns :
32
+ - ' actions/*'
33
+ - package-ecosystem : ' elm' # See documentation for possible values
34
+ directories : # Location of package manifests
35
+ - ' /ast-codec'
36
+ - ' /new-package/review-config-templates/2.3.0'
37
+ - ' parseElm'
38
+ - ' review'
39
+ - ' template'
40
+ schedule :
41
+ interval : ' daily'
42
+ groups :
43
+ elm :
44
+ patterns :
45
+ - ' elm/*'
You can’t perform that action at this time.
0 commit comments