From b583bcad23a7998b26237700a82028c13065721c Mon Sep 17 00:00:00 2001 From: larabr Date: Mon, 10 Feb 2025 19:20:03 +0100 Subject: [PATCH] CI: fix Dependabot setup (#1823) Typo in filename resulting in bot not actually working. --- .github/{.dependabot.yml => dependabot.yml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/{.dependabot.yml => dependabot.yml} (97%) diff --git a/.github/.dependabot.yml b/.github/dependabot.yml similarity index 97% rename from .github/.dependabot.yml rename to .github/dependabot.yml index fd6f4c38..a6217de5 100644 --- a/.github/.dependabot.yml +++ b/.github/dependabot.yml @@ -26,4 +26,4 @@ updates: - "@noble*" update-types: - "minor" - - "patch" \ No newline at end of file + - "patch"