mirror of
https://github.com/yan-istart/IStart-Note-AI-Plugin.git
synced 2026-07-22 06:51:37 +00:00
25 lines
485 B
YAML
25 lines
485 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: "npm"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
open-pull-requests-limit: 5
|
|
labels:
|
|
- "dependencies"
|
|
groups:
|
|
typescript:
|
|
patterns:
|
|
- "typescript"
|
|
- "@typescript-eslint/*"
|
|
esbuild:
|
|
patterns:
|
|
- "esbuild"
|
|
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "monthly"
|
|
labels:
|
|
- "dependencies"
|
|
- "ci"
|