diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 327a251..f7bb2e1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,6 +9,10 @@ updates: directory: "/" # Location of package manifests schedule: interval: "weekly" + groups: + Microsoft.Extensions.Configuration: + patterns: + - "Microsoft.Extensions.Configuration*" - package-ecosystem: "github-actions" # See documentation for possible values directory: "/" # Location of package manifests schedule: diff --git a/CiT.CLI.sln b/CiT.CLI.sln index 00488c4..8040017 100644 --- a/CiT.CLI.sln +++ b/CiT.CLI.sln @@ -27,6 +27,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "CI Workflows", "CI Workflow ProjectSection(SolutionItems) = preProject .github\workflows\dotnet.yml = .github\workflows\dotnet.yml .github\workflows\dotnet-release.yml = .github\workflows\dotnet-release.yml + .github\dependabot.yml = .github\dependabot.yml EndProjectSection EndProject Global