mirror of
https://github.com/Ravinou/borgwarehouse
synced 2026-03-14 14:25:46 +01:00
chore: 🧹 remove old package-lock.yml (pnpm migration)
This commit is contained in:
parent
c96200e67f
commit
2c206ba132
4 changed files with 18 additions and 10747 deletions
20
.github/dependabot.yml
vendored
20
.github/dependabot.yml
vendored
|
|
@ -1,16 +1,18 @@
|
|||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: "docker"
|
||||
directory: "/"
|
||||
- package-ecosystem: 'docker'
|
||||
directory: '/'
|
||||
schedule:
|
||||
interval: "daily"
|
||||
- package-ecosystem: "npm"
|
||||
directory: "/"
|
||||
interval: 'daily'
|
||||
# Note: Dependabot uses "npm" ecosystem but automatically detects pnpm-lock.yaml
|
||||
# Make sure package-lock.json is gitignored to prevent confusion
|
||||
- package-ecosystem: 'npm'
|
||||
directory: '/'
|
||||
schedule:
|
||||
interval: "daily"
|
||||
interval: 'daily'
|
||||
# Maintain dependencies for GitHub Actions
|
||||
# src: https://github.com/marketplace/actions/build-and-push-docker-images#keep-up-to-date-with-github-dependabot
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
- package-ecosystem: 'github-actions'
|
||||
directory: '/'
|
||||
schedule:
|
||||
interval: "daily"
|
||||
interval: 'daily'
|
||||
|
|
|
|||
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -54,6 +54,10 @@ typings/
|
|||
.pnpm-store/
|
||||
pnpm-debug.log*
|
||||
|
||||
# Lock files (pnpm-lock.yaml is used)
|
||||
package-lock.json
|
||||
yarn.lock
|
||||
|
||||
# Optional eslint cache
|
||||
.eslintcache
|
||||
|
||||
|
|
|
|||
3
.npmrc
3
.npmrc
|
|
@ -2,3 +2,6 @@
|
|||
auto-install-peers=true
|
||||
strict-peer-dependencies=false
|
||||
shamefully-hoist=false
|
||||
|
||||
# Force pnpm usage (prevent npm/yarn)
|
||||
package-manager=pnpm
|
||||
|
|
|
|||
10738
package-lock.json
generated
10738
package-lock.json
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue