chore: 🧹 remove old package-lock.yml (pnpm migration)

This commit is contained in:
Ravinou 2026-03-01 10:39:53 +01:00
commit 2c206ba132
No known key found for this signature in database
GPG key ID: 25F0EB44D87EBC13
4 changed files with 18 additions and 10747 deletions

View file

@ -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
View file

@ -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
View file

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

File diff suppressed because it is too large Load diff