diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2bfb6e2..4c6df76 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,7 @@ updates: schedule: interval: weekly groups: - actions-dependencies + actions-dependencies: patterns: - "*" - package-ecosystem: npm @@ -13,6 +13,6 @@ updates: schedule: interval: weekly groups: - npm-dependencies + npm-dependencies: patterns: - "*" \ No newline at end of file