Skip to content

Commit 65668c6

Browse files
authored
Merge pull request #247 from nanotaboada/feature/compose-project-name
chore(container): specify Docker Compose project name
2 parents fc23da9 + 200dcb8 commit 65668c6

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ updates:
88
interval: "daily"
99
commit-message:
1010
include: scope
11-
prefix: "chore(deps): bump "
11+
prefix: "chore(deps): "
1212
groups:
1313
efcore:
1414
patterns:
@@ -23,7 +23,7 @@ updates:
2323
interval: "daily"
2424
commit-message:
2525
include: scope
26-
prefix: "chore(deps): bump "
26+
prefix: "chore(deps): "
2727

2828
- package-ecosystem: "github-actions"
2929
directory: "/"

.vscode/extensions.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"recommendations": [
3+
"ms-dotnettools.csdevkit",
4+
"codezombiech.gitignore",
5+
"conventionalcommits.extension",
6+
"foxundermoon.shell-format",
7+
"github.vscode-github-actions",
8+
"github.vscode-pull-request-github",
9+
"ms-azuretools.vscode-containers",
10+
"redhat.vscode-yaml",
11+
"sonarsource.sonarlint-vscode",
12+
"yy0931.vscode-sqlite3-editor"
13+
]
14+
}

compose.yml renamed to compose.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
name: dotnet-samples-aspnetcore-webapi
2+
13
services:
24
api:
35
image: dotnet-samples-aspnetcore-webapi

0 commit comments

Comments
 (0)