oxc/.github/dependabot.yml
Boshen f4132976e9
chore: say good bye to ezno (#2048)
ezno has decided to focus on its own compiler for 2024,
we part away but we still collaborate and share knowledge together.
2024-01-16 13:53:54 +08:00

30 lines
594 B
YAML

version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
assignees:
- "Boshen"
- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "weekly"
assignees:
- "Boshen"
groups:
dependencies:
update-types:
- "minor"
- "patch"
ignore:
- dependency-name: "textwrap"
# Enable when we have more resources
# - package-ecosystem: "gitsubmodule"
# directory: "/"
# schedule:
# interval: "weekly"
# assignees:
# - "Boshen"