From ca13ff4aff282050858980de58a86feae68499a3 Mon Sep 17 00:00:00 2001 From: andreanadr <121737246+andreanadr@users.noreply.github.com> Date: Mon, 6 Oct 2025 13:23:07 +0700 Subject: [PATCH] Update and rename dependabot.yml to package.yml --- .github/{dependabot.yml => package.yml} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename .github/{dependabot.yml => package.yml} (89%) diff --git a/.github/dependabot.yml b/.github/package.yml similarity index 89% rename from .github/dependabot.yml rename to .github/package.yml index 4f6427b..c533452 100644 --- a/.github/dependabot.yml +++ b/.github/package.yml @@ -3,7 +3,7 @@ version: 2 updates: - package-ecosystem: "npm" - directory: "/" + directory: "npm/actions" schedule: interval: "weekly" groups: @@ -11,7 +11,7 @@ updates: # NPM: Only group minor and patch updates (we want to carefully review major updates) update-types: [minor, patch] - package-ecosystem: "github-actions" - directory: "/" + directory: "github/actions" schedule: interval: "weekly" groups: