Skip to content
Draft
Show file tree
Hide file tree
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
32 changes: 0 additions & 32 deletions .github/dependabot.yml

This file was deleted.

32 changes: 0 additions & 32 deletions .github/workflows/dependabot-auto-merge.yml

This file was deleted.

144 changes: 0 additions & 144 deletions .github/workflows/dependabot-major-analysis.yml

This file was deleted.

16 changes: 0 additions & 16 deletions .github/zizmor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,6 @@
# Adding a rule here REQUIRES a comment explaining why it is safe.

rules:
# ─── artipacked ────────────────────────────────────────────────────────
artipacked:
ignore:
# Dependabot auto-merge: uses pull_request_target for write token.
# Does NOT checkout PR code. Actor-gated to dependabot[bot].
- dependabot-auto-merge.yml
# Dependabot major analysis: uses pull_request_target for PR comments.
# Does NOT checkout PR code. Actor-gated to dependabot[bot].
- dependabot-major-analysis.yml

# ─── dangerous-triggers ────────────────────────────────────────────────
# `notify-pr.yml` uses `pull_request_target` intentionally: it needs
# `secrets.SLACK_WEBHOOK` to fire on PRs from forks. It does NOT check out
Expand All @@ -29,9 +19,3 @@ rules:
ignore:
- notify-pr.yml
- fix-drift.yml
# Dependabot auto-merge: uses pull_request_target for write token.
# Does NOT checkout PR code. Actor-gated to dependabot[bot].
- dependabot-auto-merge.yml
# Dependabot major analysis: uses pull_request_target for PR comments.
# Does NOT checkout PR code. Actor-gated to dependabot[bot].
- dependabot-major-analysis.yml
Loading