File tree 1 file changed +65
-0
lines changed
1 file changed +65
-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/github/administering-a-repository/configuration-options-for-dependency-updates
5
+ # borrowed from https://github.com/dependabot/dependabot-core/blob/main/.github/dependabot.yml
6
+
7
+ version : 2
8
+ updates :
9
+ - package-ecosystem : " bundler"
10
+ directory : " /"
11
+ schedule :
12
+ interval : " daily"
13
+ groups :
14
+ dev-dependencies :
15
+ dependency-type : " development"
16
+ update-types :
17
+ - " minor"
18
+ - " patch"
19
+ - package-ecosystem : " composer"
20
+ directory : " /"
21
+ schedule :
22
+ interval : " daily"
23
+ groups :
24
+ dev-dependencies :
25
+ dependency-type : " development"
26
+ update-types :
27
+ - " minor"
28
+ - " patch"
29
+ - package-ecosystem : " docker"
30
+ directory : " /"
31
+ schedule :
32
+ interval : " daily"
33
+ - package-ecosystem : " github-actions"
34
+ directory : " /"
35
+ schedule :
36
+ interval : " daily"
37
+ - package-ecosystem : " gomod"
38
+ directory : " /"
39
+ schedule :
40
+ interval : " daily"
41
+ - package-ecosystem : " mix"
42
+ directory : " /"
43
+ schedule :
44
+ interval : " daily"
45
+ - package-ecosystem : " npm"
46
+ directory : " /"
47
+ schedule :
48
+ interval : " daily"
49
+ groups :
50
+ dev-dependencies :
51
+ dependency-type : " development"
52
+ update-types :
53
+ - " minor"
54
+ - " patch"
55
+ ignore :
56
+ - dependency-name : " npm"
57
+ update-types : ["version-update:semver-major"]
58
+ - package-ecosystem : " pip"
59
+ directory : " /"
60
+ schedule :
61
+ interval : " daily"
62
+ - package-ecosystem : " pub"
63
+ directory : " /"
64
+ schedule :
65
+ interval : " daily"
You can’t perform that action at this time.
0 commit comments