diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ef0d0fd5d7..349603079b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,16 +7,14 @@ updates: - package-ecosystem: gomod directories: - - / - - /tests + - "**/*" + schedule: interval: daily - package-ecosystem: docker directories: - - /build - - /tests - - /tests/conformance + - "**/*" schedule: interval: daily