Files
wehub-resource-sync 3fbbd7970c
Code Quality / Python Lint & Format (push) Has been cancelled
Code Quality / Python Tests (push) Has been cancelled
Code Quality / JavaScript/TypeScript Lint (advisory) (push) Has been cancelled
Security Scan / CodeQL Analysis (python) (push) Has been cancelled
Security Scan / Dependency Review (push) Has been cancelled
Security Scan / CodeQL Analysis (javascript-typescript) (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 13:43:57 +08:00

19 lines
518 B
YAML

version: 2
updates:
# For Python dependencies
- package-ecosystem: "pip"
directory: "/" # Location of the requirements.txt file
schedule:
interval: "weekly"
# For Node.js dependencies
- package-ecosystem: "npm"
directory: "/" # Location of the package.json file
schedule:
interval: "weekly"
# Optional: For GitHub Actions dependencies
- package-ecosystem: "github-actions"
directory: "/" # Location of the .github/workflows directory
schedule:
interval: "weekly"