From 0dff147356e38f9596f5b09ebdd3b39ff941abe1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=20=C5=A0im=C3=A1nek?= Date: Mon, 16 Jan 2023 23:40:31 +0100 Subject: [PATCH] Fix dependabot.yml syntax. --- .github/dependabot.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index cadeae51c3b..bf138e5d2d2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -16,9 +16,7 @@ updates: schedule: interval: daily open-pull-requests-limit: 99 - - - - package-ecosystem: docker - directory: / - schedule: - interval: daily +- package-ecosystem: docker + directory: / + schedule: + interval: daily