mirror of
https://github.com/astral-sh/ruff
synced 2026-01-21 05:20:49 -05:00
e.g. in https://github.com/astral-sh/ruff/pull/9667 we cannot upgrade them but want to upgrade the rest
22 lines
517 B
YAML
22 lines
517 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
labels: ["internal"]
|
|
groups:
|
|
actions:
|
|
patterns:
|
|
- "*"
|
|
ignore:
|
|
# The latest versions of these are not compatible with our release workflow
|
|
- dependency-name: "actions/upload-artifact"
|
|
- dependency-name: "actions/download-artifact"
|
|
|
|
- package-ecosystem: "cargo"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
labels: ["internal"]
|