diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b85dc18..fc637ef 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,8 +1,11 @@ +--- version: 2 updates: - package-ecosystem: "github-actions" directory: "/" schedule: interval: "weekly" - labels: - - "dependencies" + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "weekly"