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
13 changes: 4 additions & 9 deletions .mergify/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,14 +129,12 @@ queue_rules:
- name: pre-commit Updates
batch_size: 10
allow_queue_branch_edit: true
autoqueue: true
queue_conditions:
- files ~= .pre-commit-config.yaml
- author = renovate[bot]
- name: Dockerfile Updates
batch_size: 5
allow_queue_branch_edit: true
autoqueue: true
queue_conditions:
- files ~= Dockerfile$
- author = renovate[bot]
Expand All @@ -145,15 +143,13 @@ queue_rules:
- name: Github Actions Updates
batch_size: 10
allow_queue_branch_edit: true
autoqueue: true
queue_conditions:
- or:
- files ~= ^.github/workflows
- files ~= action.yaml$
- files ~= ^.github/workflows
- files ~= action.yaml$
- author = renovate[bot]
- name: Python Dependency Updates
allow_queue_branch_edit: true
autoqueue: true
queue_conditions:
- files ~= ^(uv.lock|pyproject.toml)$
- author = renovate[bot]
Expand All @@ -163,13 +159,11 @@ queue_rules:
- name: Docker Compose Updates
batch_size: 10
allow_queue_branch_edit: true
autoqueue: true
queue_conditions:
- files ~= ^(docker-compose-dev.yaml|docker-compose.yaml)$
- author = renovate[bot]
- name: AUR Updates
allow_queue_branch_edit: true
autoqueue: true
queue_conditions:
- author = renovate[bot]
- files ~= PKGBUILD$
Expand All @@ -178,7 +172,6 @@ queue_rules:
- deployment-success = AUR
- name: Nix Flake
allow_queue_branch_edit: true
autoqueue: true
queue_conditions:
- author = renovate[bot]
- deployment-success = flake
Expand All @@ -187,6 +180,8 @@ queue_rules:
- deployment-success = test
merge_protections_settings:
post_comment: true
auto_merge_conditions: true
reporting_method: check-runs
scopes:
source:
files:
Expand Down