diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f33a02cd..aefc2af4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,5 +8,15 @@ version: 2 updates: - package-ecosystem: "devcontainers" directory: "/" + labels: + - "github-actions" + - "dependencies" schedule: - interval: weekly + interval: daily + - package-ecosystem: "npm" + directory: "/" + labels: + - "npm" + - "dependencies" + schedule: + interval: daily \ No newline at end of file