diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 96a09bc..ea23f10 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,15 @@ updates: directory: "/" schedule: interval: "weekly" + labels: + - "go" + - "dependencies" + - "type::chore" - package-ecosystem: "github-actions" directory: "/" schedule: interval: "weekly" + labels: + - "github_actions" + - "dependencies" + - "type::chore"