diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0bab045..238012e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,4 +1,4 @@ -# This file was generated by the "Generate Dependabot Glob" action. Do not edit it directly. +# This file was generated by the "Generate Dependabot Glob" action. Do not edit it directly. # Make changes to `.github/dependabot.template.yml` and a PR will be automatically created. version: 2 updates: @@ -6,3 +6,15 @@ updates: directory: / schedule: interval: weekly + - package-ecosystem: github-actions + directory: /actions/get-package-manager + schedule: + interval: weekly + - package-ecosystem: github-actions + directory: /actions/has-installed-dependencies + schedule: + interval: weekly + - package-ecosystem: github-actions + directory: /actions/setup-node + schedule: + interval: weekly