Skip to content

Commit 31f2afe

Browse files
authored
adding dependabot (#3)
1 parent b3c4ec5 commit 31f2afe

File tree

3 files changed

+74
-42
lines changed

3 files changed

+74
-42
lines changed

.github/workflows/dependabot.yml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
version: 2
2+
updates:
3+
# Configuration for minor and patch updates
4+
# NuGet packages (.NET projects)
5+
- package-ecosystem: "nuget"
6+
directory: "/"
7+
schedule:
8+
interval: "weekly"
9+
open-pull-requests-limit: 10
10+
target-branch: "Automatic_version_update_dependabot"
11+
#ignore:
12+
# - dependency-name: "*"
13+
# update-types: ["version-update:semver-major"]
14+
15+
# Enable automatic merging
16+
automerge: true
17+
automerge-types: ["minor", "patch", "pin", "digest"]
18+
# Optional: Set version requirement for automerge
19+
versioning-strategy: auto
20+
21+
22+
# Configuration for major updates only
23+
#- package-ecosystem: "nuget"
24+
# directory: "/"
25+
# schedule:
26+
# interval: "weekly"
27+
# open-pull-requests-limit: 5
28+
# target-branch: "Automatic_version_update_dependabot"
29+
# ignore:
30+
# - dependency-name: "*"
31+
# update-types: ["version-update:semver-minor", "version-update:semver-patch"]
32+
# versioning-strategy: auto

.github/workflows/deploy-gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525

2626
# Add your tests here if needed
27-
# - name: Test
27+
# - name: Test qqqqTODO
2828
# run: dotnet test --no-build --verbosity normal
2929

3030
- name: Publish client using client release .csproj logic
Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,41 @@
1-
{
2-
"$schema": "http://json.schemastore.org/launchsettings.json",
3-
"iisSettings": {
4-
"windowsAuthentication": false,
5-
"anonymousAuthentication": true,
6-
"iisExpress": {
7-
"applicationUrl": "http://localhost:6887",
8-
"sslPort": 44384
9-
}
10-
},
11-
"profiles": {
12-
"http": {
13-
"commandName": "Project",
14-
"dotnetRunMessages": true,
15-
"launchBrowser": true,
16-
"inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}",
17-
"applicationUrl": "http://localhost:5119",
18-
"environmentVariables": {
19-
"ASPNETCORE_ENVIRONMENT": "Development"
20-
}
21-
},
22-
"https": {
23-
"commandName": "Project",
24-
"dotnetRunMessages": true,
25-
"launchBrowser": true,
26-
"inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}",
27-
"applicationUrl": "https://localhost:7141;http://localhost:5119",
28-
"environmentVariables": {
29-
"ASPNETCORE_ENVIRONMENT": "Development"
30-
}
31-
},
32-
"IIS Express": {
33-
"commandName": "IISExpress",
34-
"launchBrowser": true,
35-
"inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}",
36-
"environmentVariables": {
37-
"ASPNETCORE_ENVIRONMENT": "Development"
38-
}
39-
}
40-
}
41-
}
1+
{
2+
"profiles": {
3+
"http": {
4+
"commandName": "Project",
5+
"launchBrowser": true,
6+
"environmentVariables": {
7+
"ASPNETCORE_ENVIRONMENT": "Development"
8+
},
9+
"dotnetRunMessages": true,
10+
"inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}",
11+
"applicationUrl": "http://localhost:5119"
12+
},
13+
"https": {
14+
"commandName": "Project",
15+
"launchBrowser": true,
16+
"environmentVariables": {
17+
"ASPNETCORE_ENVIRONMENT": "Development"
18+
},
19+
"dotnetRunMessages": true,
20+
"inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}",
21+
"applicationUrl": "https://localhost:7141;http://localhost:5119"
22+
},
23+
"IIS Express": {
24+
"commandName": "IISExpress",
25+
"launchBrowser": true,
26+
"environmentVariables": {
27+
"ASPNETCORE_ENVIRONMENT": "Development"
28+
},
29+
"inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}"
30+
}
31+
},
32+
"$schema": "http://json.schemastore.org/launchsettings.json",
33+
"iisSettings": {
34+
"windowsAuthentication": false,
35+
"anonymousAuthentication": true,
36+
"iisExpress": {
37+
"applicationUrl": "http://localhost:64776/",
38+
"sslPort": 44344
39+
}
40+
}
41+
}

0 commit comments

Comments
 (0)