File tree 3 files changed +38
-20
lines changed
3 files changed +38
-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
- groups :
8
- actions-minor :
9
- update-types :
10
- - minor
11
- - patch
12
-
13
3
- package-ecosystem : npm
14
4
directory : /
15
5
schedule :
16
- interval : weekly
6
+ interval : monthly
17
7
groups :
18
8
npm-development :
19
9
dependency-type : development
20
- update-types :
21
- - minor
22
- - patch
10
+ ignore :
11
+ - dependency-name : " @types/node "
12
+ update-types : " semver:major "
23
13
npm-production :
24
14
dependency-type : production
25
- update-types :
26
- - patch
15
+
16
+ - package-ecosystem : dotnet-sdk
17
+ directory : /
18
+ schedule :
19
+ interval : weekly
20
+ day : wednesday
21
+ time : " 09:00"
22
+ timezone : Asia/Seoul
23
+ assignees :
24
+ - na1307
25
+ pull-request-branch-name :
26
+ separator : _
27
+ reviewers :
28
+ - na1307
29
+
30
+ - package-ecosystem : github-actions
31
+ directory : /
32
+ schedule :
33
+ interval : monthly
34
+ time : " 12:00"
35
+ timezone : Asia/Seoul
36
+ assignees :
37
+ - na1307
38
+ pull-request-branch-name :
39
+ separator : _
40
+ reviewers :
41
+ - na1307
Original file line number Diff line number Diff line change 17
17
fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
18
18
- name : Setup .NET
19
19
uses : actions/setup-dotnet@v4
20
- with :
21
- dotnet-version : 9.0.x
22
20
- name : Setup Node.js
23
21
uses : actions/setup-node@v4
24
22
with :
42
40
uses : actions/checkout@v4
43
41
- name : Setup .NET
44
42
uses : actions/setup-dotnet@v4
45
- with :
46
- dotnet-version : 9.0.x
47
43
- name : GitHub Pages Blazor WASM
48
44
uses : ./
49
45
with :
Original file line number Diff line number Diff line change
1
+ {
2
+ "sdk" : {
3
+ "version" : " 9.0.101" ,
4
+ "rollForward" : " latestPatch" ,
5
+ "allowPrerelease" : false
6
+ }
7
+ }
You can’t perform that action at this time.
0 commit comments