From 357a5ac927385ad17d61b87bc874611278d28c95 Mon Sep 17 00:00:00 2001 From: ccamel Date: Wed, 15 Jan 2025 09:29:33 +0100 Subject: [PATCH] :hammer: Add elm package ecosystem for review --- .github/dependabot.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9a486dc2..d07cc8cb 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,6 +12,18 @@ updates: commit-message: prefix: ":arrow_up:" + - package-ecosystem: elm + directory: "/review" + schedule: + interval: daily + open-pull-requests-limit: 10 + assignees: + - ccamel + reviewers: + - ccamel + commit-message: + prefix: ":arrow_up:" + - package-ecosystem: npm directory: "/" schedule: