Files
ghost/.claude/settings.local.json
pandaadir05 5bbad499fa Remove Dependabot and auto-update workflows
Manual dependency management is simpler and gives more control.
2025-11-21 13:10:53 +02:00

35 lines
906 B
JSON

{
"permissions": {
"allow": [
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(cargo new:*)",
"Bash(cargo check:*)",
"Bash(tree:*)",
"Bash(find:*)",
"Bash(cargo clippy:*)",
"Bash(cargo build:*)",
"Bash(source ~/.zshrc)",
"Bash(source ~/.cargo/env)",
"Bash(Select-String \"warning\")",
"Bash(Select-Object -First 30)",
"Bash(cargo fmt:*)",
"Bash(git config:*)",
"Bash(git push:*)",
"Bash(rustc:*)",
"Bash(cargo --version:*)",
"Bash(rustup install:*)",
"Bash(rustup override set:*)",
"Bash(cargo generate-lockfile:*)",
"Bash(rustup override unset:*)",
"Bash(Select-String -Pattern \"Checking|Finished|error\")",
"Bash(Select-Object -First 20)",
"Bash(git restore:*)",
"Bash(test:*)",
"Bash(gh pr list:*)"
],
"deny": [],
"ask": []
}
}