mirror of
https://github.com/mengxi-ream/read-frog.git
synced 2026-08-31 02:28:40 +08:00
bdbe64db2f
* chore(tooling): migrate to oxlint and oxfmt * ci(tooling): run type checking through lint * ci(tooling): cache format checks with nx * chore(tooling): simplify lint-staged tasks * chore(tooling): keep format scripts direct * chore(tooling): enable oxlint correctness * chore(tooling): enable more oxlint built-ins * chore(tooling): simplify oxlint categories
37 lines
957 B
YAML
37 lines
957 B
YAML
# To get started with Dependabot version updates, you'll need to specify which
|
|
# package ecosystems to update and where the package manifests are located.
|
|
# Please see the documentation for all configuration options:
|
|
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
|
|
|
|
version: 2
|
|
updates:
|
|
- package-ecosystem: npm
|
|
directory: /
|
|
schedule:
|
|
interval: weekly
|
|
labels:
|
|
- chore
|
|
commit-message:
|
|
prefix: chore
|
|
groups:
|
|
ai-sdk:
|
|
patterns:
|
|
- "@ai-sdk/*"
|
|
- ai
|
|
production-dependencies:
|
|
dependency-type: production
|
|
exclude-patterns:
|
|
- "@ai-sdk/*"
|
|
- ai
|
|
development-dependencies:
|
|
dependency-type: development
|
|
|
|
- package-ecosystem: github-actions
|
|
directory: /
|
|
schedule:
|
|
interval: monthly
|
|
labels:
|
|
- chore
|
|
commit-message:
|
|
prefix: chore
|