From cfa5739bef01d77c30013701aa93f5989e268a7f Mon Sep 17 00:00:00 2001 From: Nick Alteen Date: Thu, 14 Sep 2023 10:37:02 -0400 Subject: [PATCH] Label Dependabot issues --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) 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