File tree 1 file changed +31
-0
lines changed
1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change
1
+ # This is the configuration file for Dependabot. You can find configuration information below.
2
+ # https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
3
+ # Note: Dependabot has a configurable max open PR limit of 5
4
+
5
+ version : 2
6
+ updates :
7
+ # Maintain dependencies for Airgun itself
8
+ - package-ecosystem : " pip"
9
+ directory : " /"
10
+ schedule :
11
+ interval : " daily"
12
+ labels :
13
+ - " CherryPick"
14
+ - " dependencies"
15
+ - " 6.15.z"
16
+ - " 6.14.z"
17
+ - " 6.13.z"
18
+ - " 6.12.z"
19
+
20
+ # Maintain dependencies for our GitHub Actions
21
+ - package-ecosystem : " github-actions"
22
+ directory : " /"
23
+ schedule :
24
+ interval : " daily"
25
+ labels :
26
+ - " CherryPick"
27
+ - " dependencies"
28
+ - " 6.15.z"
29
+ - " 6.14.z"
30
+ - " 6.13.z"
31
+ - " 6.12.z"
You can’t perform that action at this time.
0 commit comments