From 7b35b763042cf5cca80058897b2ed3f929cfa289 Mon Sep 17 00:00:00 2001 From: Marc Campbell Date: Fri, 19 Nov 2021 09:35:35 -1000 Subject: [PATCH] Rename dependabot.yaml to dependabot.yml --- .github/{dependabot.yaml => dependabot.yml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/{dependabot.yaml => dependabot.yml} (89%) diff --git a/.github/dependabot.yaml b/.github/dependabot.yml similarity index 89% rename from .github/dependabot.yaml rename to .github/dependabot.yml index 94e04b5..5f36e41 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yml @@ -11,4 +11,4 @@ updates: - package-ecosystem: "npm" directory: "/hooks" schedule: - interval: "daily" \ No newline at end of file + interval: "daily"