Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,14 @@ updates:
local-actions:
patterns: ["*"]

# Not grouped, so that a ruff bump, which reformats code, stays separate from a doc-builder bump
# Not grouped, so that each hook bump stays reviewable on its own
- package-ecosystem: "pre-commit"
directory: "/"
schedule:
interval: "weekly"
cooldown:
default-days: 7
ignore:
# Ruff is frozen on purpose: a bump reformats code and rewrites source through `--fix`, without
# reporting anything new under our own rule selection. Bump it by hand when there is a reason.
- dependency-name: "https://github.com/astral-sh/ruff-pre-commit"
Loading