From 719348e0bf9b90d6d4f8af4661cb4e161ab2b332 Mon Sep 17 00:00:00 2001 From: Thomas Boop <52323235+thboop@users.noreply.github.com> Date: Thu, 10 Aug 2023 09:07:58 -0400 Subject: [PATCH] Rename dependabot.yml to .github/dependabot.yml (#2744) --- dependabot.yml => .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename dependabot.yml => .github/dependabot.yml (99%) diff --git a/dependabot.yml b/.github/dependabot.yml similarity index 99% rename from dependabot.yml rename to .github/dependabot.yml index 7a31da717..6c718529c 100644 --- a/dependabot.yml +++ b/.github/dependabot.yml @@ -17,4 +17,4 @@ updates: target-branch: "main" allow: - dependency-type: direct - - dependency-type: production # check only dependencies, which are going to the compiled app, not supporting tools like @vue-cli \ No newline at end of file + - dependency-type: production # check only dependencies, which are going to the compiled app, not supporting tools like @vue-cli