diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ac27a8486..9bed0450c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,8 +1,18 @@ version: 2 updates: - # Maintain dependencies for GitHub Actions + # GitHub Actions - package-ecosystem: "github-actions" directory: "/" schedule: - # Check for updates to GitHub Actions every week interval: "weekly" + labels: + - "tag: dependencies" + - "tag: CI" + # npm + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "weekly" + labels: + - "tag: dependencies" + - "tag: javascript"