From 6b0fdb9f552240661c916b3e4eaa7adb41e9cb37 Mon Sep 17 00:00:00 2001 From: Mark Saroufim Date: Mon, 2 Oct 2023 18:18:55 -0700 Subject: [PATCH 1/2] Update dependabot.yml --- .github/dependabot.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d5c9d3f4b3..2f1b250096 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -16,11 +16,9 @@ updates: directory: "/frontend" schedule: interval: "daily" - target-file: "gradle.properties" # Configuration for plugins/gradle.properties - package-ecosystem: "gradle" directory: "/plugins" schedule: interval: "daily" - target-file: "gradle.properties" From a1aa8bee148167b59073b4e2403e60db09efbc57 Mon Sep 17 00:00:00 2001 From: Mark Saroufim Date: Mon, 2 Oct 2023 18:21:04 -0700 Subject: [PATCH 2/2] Rename .github/dependabot.yml to .github/workflows/dependabot.yml --- .github/{ => workflows}/dependabot.yml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/{ => workflows}/dependabot.yml (100%) diff --git a/.github/dependabot.yml b/.github/workflows/dependabot.yml similarity index 100% rename from .github/dependabot.yml rename to .github/workflows/dependabot.yml