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"