From 3f731f3d124669d9e6cf49767a632bb954efda32 Mon Sep 17 00:00:00 2001 From: rvuistin Date: Thu, 3 Aug 2023 01:08:29 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Bump=20files=20with=20dotn?= =?UTF-8?q?et-file=20sync=20#=20devlooped/oss?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update dependabot.yml with some default groupings https://github.com/devlooped/oss/commit/cba10bb --- .github/dependabot.yml | 25 +++++++++++++++++++++++++ .netconfig | 4 ++-- 2 files changed, 27 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f551596..ec364b6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,3 +7,28 @@ updates: directory: / schedule: interval: daily + groups: + Azure: + patterns: + - "Azure*" + - "Microsoft.Azure*" + System: + patterns: + - "System*" + Extensions: + patterns: + - "Microsoft.Extensions*" + Web: + patterns: + - "Microsoft.AspNetCore*" + Tests: + patterns: + - "Microsoft.NET.Tests*" + - "xunit*" + - "coverlet*" + ThisAssembly: + patterns: + - "ThisAssembly*" + ProtoBuf: + patterns: + - "protobuf-*" diff --git a/.netconfig b/.netconfig index 9e30a9e..b024a17 100644 --- a/.netconfig +++ b/.netconfig @@ -22,8 +22,8 @@ weak [file ".github/dependabot.yml"] url = https://github.com/devlooped/oss/blob/main/.github/dependabot.yml - sha = 4f070a477b4162a280f02722ae666376ae4fcc71 - etag = 35f2134fff3b0235ff8dac8618a76198c8ef533ad2f29628bbb435cd1134d638 + sha = cba10bbf7bb08d841d2ddc990b67bc3f2c58fba0 + etag = fc84e2bb7a348609b75bb20145333306e2030083c6929edcc4f675907b8c52ad weak [file ".github/workflows/build.yml"] url = https://github.com/devlooped/oss/blob/main/.github/workflows/build.yml