From 292e0514b7212dcabc5da9ba1045c6be9caf9ee1 Mon Sep 17 00:00:00 2001 From: Tatsuro Shibamura Date: Sun, 5 Jul 2026 20:06:13 +0900 Subject: [PATCH] Refactor Dependabot configuration groups --- .github/dependabot.yml | 6 +++--- .github/pull_request_template.md | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 11009e4..edcf170 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,7 +10,7 @@ updates: schedule: interval: "weekly" groups: - dependencies: + nuget: patterns: - "*" @@ -19,7 +19,7 @@ updates: schedule: interval: "weekly" groups: - dependencies: + docs: patterns: - "*" @@ -28,6 +28,6 @@ updates: schedule: interval: "weekly" groups: - dependencies: + github-actions: patterns: - "*" diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index f23c8b5..1733250 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -21,6 +21,7 @@ - [ ] `dotnet build OpenApiWeaver.slnx` +- [ ] `dotnet format OpenApiWeaver.slnx --verify-no-changes --verbosity detailed --no-restore` - [ ] `dotnet test OpenApiWeaver.slnx` - [ ] Not applicable