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