From c99cce5f51a88ce99175563e49c9c8bde5e967e5 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Tue, 11 Mar 2025 08:47:25 -0700 Subject: [PATCH] Actually this doesnt change --- .github/dependabot.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ac0cee8bc..dcd66a1a9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,4 +1,5 @@ -# https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates#package-ecosystem +# Please see the documentation for all configuration options: +# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates version: 2 # Required for uv support for now @@ -6,7 +7,7 @@ enable-beta-ecosystems: true updates: # Enable version updates for pnpm - - package-ecosystem: "pnpm" + - package-ecosystem: "npm" target-branch: "dev" # Look for `package.json` and `lock` files in the `/src-ui` directory directory: "/src-ui"