From 1f5c9ca6bc31bc9f41395d4ce39afa536079e9ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20St=C3=BChmer?= <me@samtrion.net> Date: Mon, 24 Jun 2024 17:01:09 +0200 Subject: [PATCH] chore(template): sync with dailydevops/dotnet-template [skip ci] --- .config/dotnet-tools.json | 13 +++++++++++++ .github/dependabot.yml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 .config/dotnet-tools.json diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json new file mode 100644 index 0000000..9b38ee5 --- /dev/null +++ b/.config/dotnet-tools.json @@ -0,0 +1,13 @@ +{ + "version": 1, + "isRoot": true, + "tools": { + "csharpier": { + "version": "0.28.0", + "commands": [ + "dotnet-csharpier" + ], + "rollForward": false + } + } +} \ No newline at end of file diff --git a/.github/dependabot.yml b/.github/dependabot.yml index dab38cf..4975822 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,7 +4,7 @@ # https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates # Every time I update this file without changing the content, I increment this counter. -# Counter: 21 +# Counter: 22 version: 2 updates: