fix: update dependabot configuration and add Docker Hub registry to nightly workflow

This commit is contained in:
2025-07-03 01:53:04 +00:00
committed by GitHub
parent a2547a2639
commit c81de7ec7f
2 changed files with 1 additions and 11 deletions

View File

@@ -1,24 +1,13 @@
version: 2
updates:
# Update runtime dependencies via PNPM
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
package-manager: "pnpm"
# Optional: group updates by type to reduce PR noise
groups:
runtime:
patterns:
- "!@types/*"
# include all non-dev runtime packages
# Update devDependencies separately
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "monthly"
package-manager: "pnpm"
groups:
dev:
patterns:
- "@types/*"