diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6c3c92a..9158ac9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,7 +8,7 @@ updates: interval: "daily" commit-message: include: scope - prefix: "chore(deps): bump " + prefix: "chore(deps): " groups: efcore: patterns: @@ -23,7 +23,7 @@ updates: interval: "daily" commit-message: include: scope - prefix: "chore(deps): bump " + prefix: "chore(deps): " - package-ecosystem: "github-actions" directory: "/" diff --git a/.vscode/extensions.json b/.vscode/extensions.json new file mode 100644 index 0000000..7381578 --- /dev/null +++ b/.vscode/extensions.json @@ -0,0 +1,14 @@ +{ + "recommendations": [ + "ms-dotnettools.csdevkit", + "codezombiech.gitignore", + "conventionalcommits.extension", + "foxundermoon.shell-format", + "github.vscode-github-actions", + "github.vscode-pull-request-github", + "ms-azuretools.vscode-containers", + "redhat.vscode-yaml", + "sonarsource.sonarlint-vscode", + "yy0931.vscode-sqlite3-editor" + ] +} diff --git a/compose.yml b/compose.yaml similarity index 90% rename from compose.yml rename to compose.yaml index 57e2a98..771da07 100644 --- a/compose.yml +++ b/compose.yaml @@ -1,3 +1,5 @@ +name: dotnet-samples-aspnetcore-webapi + services: api: image: dotnet-samples-aspnetcore-webapi