diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c6fac4f..6906e95 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,21 +1,18 @@ version: 2 updates: - - package-ecosystem: "pub" - directory: "/__tests__/fixtures/checks" + - package-ecosystem: pub + directories: + - "**/*" schedule: - interval: "weekly" - - package-ecosystem: "pub" - directory: "/__tests__/fixtures/test-unit/with-chrome" - schedule: - interval: "weekly" - - package-ecosystem: "pub" - directory: "/__tests__/fixtures/test-unit/without-chrome" - schedule: - interval: "weekly" + interval: weekly + groups: + pub: + patterns: ["*"] + - package-ecosystem: github-actions directory: / schedule: - interval: "weekly" + interval: weekly groups: - all: + github-actions: patterns: ["*"] \ No newline at end of file