mirror of
https://github.com/astral-sh/ruff-action.git
synced 2026-09-16 10:21:30 +00:00
The repository has no explicit Dependabot cooldown, so routine updates do not follow the 30-day policy used by `setup-uv`. Add `cooldown.default-days: 30` for npm and GitHub Actions while retaining the daily schedule. Dependabot security updates remain outside the cooldown. Co-authored-by: zaniebot <242828183+zaniebot@users.noreply.github.com>
16 lines
266 B
YAML
16 lines
266 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: github-actions
|
|
directory: /
|
|
schedule:
|
|
interval: daily
|
|
cooldown:
|
|
default-days: 30
|
|
|
|
- package-ecosystem: npm
|
|
directory: /
|
|
schedule:
|
|
interval: daily
|
|
cooldown:
|
|
default-days: 30
|