diff --git a/.github/dependabot.yml b/.github/dependabot.yml index bd4092920..ba400b73a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,17 +6,16 @@ updates: interval: daily - package-ecosystem: gomod - directory: / - schedule: - interval: daily - - - package-ecosystem: gomod - directory: /tests + directories: + - / + - /tests schedule: interval: daily - package-ecosystem: docker - directory: /build + directories: + - /build + - /conformance/tests schedule: interval: daily @@ -24,8 +23,3 @@ updates: directory: /internal/mode/static/nginx/modules schedule: interval: daily - - - package-ecosystem: docker - directory: /conformance/tests - schedule: - interval: daily