From 8bbfe9c2bf6c61ca3fbe5559f236027070cf88b0 Mon Sep 17 00:00:00 2001 From: moabu <47318409+moabu@users.noreply.github.com> Date: Wed, 25 Dec 2024 08:28:14 +0300 Subject: [PATCH] ci: move dependabot yml Signed-off-by: moabu <47318409+moabu@users.noreply.github.com> --- .github/{ISSUE_TEMPLATE => }/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/{ISSUE_TEMPLATE => }/dependabot.yml (93%) diff --git a/.github/ISSUE_TEMPLATE/dependabot.yml b/.github/dependabot.yml similarity index 93% rename from .github/ISSUE_TEMPLATE/dependabot.yml rename to .github/dependabot.yml index 45758a1f..ce22d855 100644 --- a/.github/ISSUE_TEMPLATE/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,7 @@ version: 2 updates: - - package-ecosystem: "npm" + - package-ecosystem: "maven" directory: "/" # Location of package manifests schedule: interval: "daily"