Files
ananaBMaster bdbe64db2f chore(tooling): migrate to oxlint and oxfmt (#1806)
* 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
2026-07-08 16:12:37 -07:00

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