fix: update dependabot configuration and add Docker Hub registry to nightly workflow
This commit is contained in:
11
.github/dependabot.yml
vendored
11
.github/dependabot.yml
vendored
@@ -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/*"
|
||||
|
||||
1
.github/workflows/nightly.yml
vendored
1
.github/workflows/nightly.yml
vendored
@@ -67,6 +67,7 @@ jobs:
|
||||
- name: Login to Docker Hub
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: docker.io
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user