From cc9e6ca829fcec5f29788ecc1b4f9e49ec68d1f2 Mon Sep 17 00:00:00 2001 From: Daisuke Sato Date: Tue, 30 Apr 2024 12:52:23 +0900 Subject: [PATCH] chore: Use dependabot multi-directory configuration --- .github/dependabot.yml | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 324ca39..9ac463b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,14 +6,9 @@ updates: schedule: interval: "daily" - package-ecosystem: "docker" - directory: "/humble" + directories: + - "/humble" + - "/iron" + - "/rolling" schedule: interval: "daily" - - package-ecosystem: "docker" - directory: "/iron" - schedule: - interval: "daily" - - package-ecosystem: "docker" - directory: "/rolling" - schedule: - interval: "daily" \ No newline at end of file