diff --git a/.github/dependabot.yml b/.github/dependabot.yml index bb85b6f..edbda16 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,10 +2,16 @@ version: 2 updates: - package-ecosystem: github-actions directory: / + labels: + - dependabot + - actions schedule: interval: daily - package-ecosystem: npm directory: / + labels: + - dependabot + - npm schedule: interval: daily