diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f3ef34c..22cce21 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,7 +9,11 @@ updates: directory: "/" # Location of package manifests schedule: interval: "weekly" - - package-ecosystem: "npm" # See documentation for possible values + - package-ecosystem: "npm" directory: "/" # Location of package manifests schedule: interval: "weekly" + - package-ecosystem: "GitHub Actions workflows" + directory: "/.github" # Location of package manifests + schedule: + interval: "weekly"