Skip to content
Closed
Show file tree
Hide file tree
Changes from 3 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
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,13 @@ updates:
interval: "monthly"
labels:
- "type: Maintenance"
cooldown:
default-days: 7
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "monthly"
labels:
- "type: Maintenance"
cooldown:
default-days: 7
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,10 @@ repos:
- id: ruff-format

- repo: https://github.com/woodruffw/zizmor-pre-commit
rev: v1.19.0
rev: 7fc963270df722f37707d47ff41265fe8f460822 # frozen: v1.20.0
hooks:
- id: zizmor
args: ["--fix"]
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I added this because we have it for ruff, too. The fixes are safe by default, and unsafe fixes are opt-in only.


ci:
# This ensures that PR's aren't autofixed by the bot, rather you call
Expand Down