diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0d287327a..e878e5836 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,11 @@ version: 2 updates: +- package-ecosystem: github-actions + directory: "/" + schedule: + interval: daily + open-pull-requests-limit: 0 - package-ecosystem: npm directory: "/" schedule: @@ -20,3 +25,8 @@ updates: schedule: interval: daily open-pull-requests-limit: 0 +- package-ecosystem: npm + directory: "/packages/sw" + schedule: + interval: daily + open-pull-requests-limit: 0