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
30 changes: 0 additions & 30 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,33 +29,3 @@ updates:
open-pull-requests-limit: 10
cooldown:
default-days: 1

- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'daily'
groups:
minor-and-patch:
patterns:
- '*'
update-types:
- 'minor'
- 'patch'
# Workaround for dependabot/dependabot-core#14202: without an explicit
# major group, major updates matching the minor-and-patch pattern are
# silently suppressed. Remove this group when #14202 is fixed to get
# individual (ungrouped) PRs per major bump instead.
major:
patterns:
- '*'
update-types:
- 'major'
labels:
- 'dependencies'
- 'github-actions'
commit-message:
prefix: 'ci'
include: 'scope'
open-pull-requests-limit: 10
cooldown:
default-days: 1
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.

6 changes: 0 additions & 6 deletions .github/zizmor.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
rules:
dangerous-triggers:
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
# Pre-existing: codeql.yml uses pull_request_target for code scanning.
- codeql.yml
# Pre-existing: pr-size.yml uses pull_request_target for PR labels.
Expand Down
Loading