mirror of
https://github.com/astral-sh/ruff
synced 2026-01-07 14:44:17 -05:00
To reduce the noise of updates. May follow-up with grouping per https://github.blog/changelog/2023-06-30-grouped-version-updates-for-dependabot-public-beta/
14 lines
258 B
YAML
14 lines
258 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
labels: ["internal"]
|
|
|
|
- package-ecosystem: "cargo"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
labels: ["internal"]
|