File tree 1 file changed +20
-20
lines changed
1 file changed +20
-20
lines changed Original file line number Diff line number Diff line change 1
1
version : 2
2
2
updates :
3
- - package-ecosystem : " github-actions"
4
- directory : " /"
5
- schedule :
6
- interval : " weekly"
7
- pull-request-branch-name :
8
- separator : " -"
9
- - package-ecosystem : nuget
10
- directory : " /"
11
- schedule :
12
- interval : daily
13
- pull-request-branch-name :
14
- separator : " -"
15
- open-pull-requests-limit : 25
16
- ignore :
17
- # Block updates to all exposed dependencies of the NuGet packages we produce, as updating them would be a breaking change.
18
- - dependency-name : ' JsonApiDotNetCore*'
19
- - dependency-name : ' MongoDB.Driver*'
20
- # Block major updates of packages that require a matching .NET version.
21
- - dependency-name : ' Microsoft.AspNetCore*'
22
- update-types : ["version-update:semver-major"]
3
+ - package-ecosystem : " github-actions"
4
+ directory : " /"
5
+ schedule :
6
+ interval : " weekly"
7
+ pull-request-branch-name :
8
+ separator : " -"
9
+ - package-ecosystem : nuget
10
+ directory : " /"
11
+ schedule :
12
+ interval : daily
13
+ pull-request-branch-name :
14
+ separator : " -"
15
+ open-pull-requests-limit : 25
16
+ ignore :
17
+ # Block updates to all exposed dependencies of the NuGet packages we produce, as updating them would be a breaking change.
18
+ - dependency-name : " JsonApiDotNetCore*"
19
+ - dependency-name : " MongoDB.Driver*"
20
+ # Block major updates of packages that require a matching .NET version.
21
+ - dependency-name : " Microsoft.AspNetCore*"
22
+ update-types : ["version-update:semver-major"]
You can’t perform that action at this time.
0 commit comments