diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4e2c90830..a420a61ab 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,7 +6,8 @@ updates: interval: weekly groups: all: - patterns: '*' + patterns: + - '*' - package-ecosystem: npm directory: / @@ -14,7 +15,8 @@ updates: interval: weekly groups: all: - patterns: '*' + patterns: + - '*' - package-ecosystem: npm directory: /test/addon_build/tpl @@ -22,4 +24,5 @@ updates: interval: weekly groups: all: - patterns: '*' + patterns: + - '*'