Actually this doesnt change

This commit is contained in:
shamoon 2025-03-11 08:47:25 -07:00
parent 6360c468a6
commit c99cce5f51

View File

@ -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"