File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change @@ -11,5 +11,5 @@ indent_size = 4
11
11
trim_trailing_whitespace = true
12
12
max_line_length = 80
13
13
14
- [{* .nix, * .yml} ]
14
+ [{* .nix,* .yml} ]
15
15
indent_size = 2
Original file line number Diff line number Diff line change
1
+ version : 2
2
+ updates :
3
+ - package-ecosystem : cargo
4
+ directory : " /"
5
+ schedule :
6
+ interval : daily
7
+ open-pull-requests-limit : 10
8
+ ignore :
9
+ - dependency-name : " *"
10
+ update-types : [ "version-update:semver-patch" ]
11
+ - package-ecosystem : cargo
12
+ directory : " /integration-test/bins"
13
+ schedule :
14
+ interval : daily
15
+ open-pull-requests-limit : 10
16
+ ignore :
17
+ - dependency-name : " *"
18
+ update-types : [ "version-update:semver-patch" ]
19
+ - package-ecosystem : github-actions
20
+ directory : " /"
21
+ schedule :
22
+ interval : daily
23
+ open-pull-requests-limit : 10
You can’t perform that action at this time.
0 commit comments