diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 583decf..516a569 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,6 +2,12 @@ version: 2 updates: # Maintain dependencies for GitHub Actions - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + + # Maintain dependencies for npm + - package-ecosystem: "npm" directory: "/" schedule: interval: "daily" \ No newline at end of file