From 92f324985b485aa9360b0b1caf6a26ce494c0140 Mon Sep 17 00:00:00 2001 From: PengQi Shi Date: Wed, 18 Oct 2023 09:25:30 +0800 Subject: [PATCH] chore: add dependabot assignees (#42) --- .github/dependabot.yml | 4 ++++ .github/labeler.yml | 1 + 2 files changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 477d49b..1939824 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,8 @@ version: 2 updates: - package-ecosystem: "gomod" + assignees: + - "shipengqi" directory: "/" schedule: interval: "daily" @@ -11,6 +13,8 @@ updates: prefix: "feat" include: "scope" - package-ecosystem: "github-actions" + assignees: + - "shipengqi" directory: "/" schedule: interval: "daily" diff --git a/.github/labeler.yml b/.github/labeler.yml index b1ac01d..3a60ece 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -10,6 +10,7 @@ example: documentation: - docs/**/* + - README.md dependencies: - go.mod