diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 271775b7b..bcdb6f8f3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,12 +1,19 @@ version: 2 + updates: + - package-ecosystem: gomod directory: "/" schedule: interval: "daily" open-pull-requests-limit: 10 + labels: + - "dependencies" + - package-ecosystem: "github-actions" directory: "/" schedule: interval: "daily" - open-pull-requests-limit: 10 \ No newline at end of file + open-pull-requests-limit: 10 + labels: + - "dependencies"