0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-06-30 10:33:46 +00:00

chore(ci): update mergify config to auto-approve renovate PRs (#1023)

Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
This commit is contained in:
Pavel Boldyrev 2024-02-08 22:15:41 -05:00 committed by GitHub
parent 0469192756
commit dfb95a85f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 3 deletions

View File

@ -1,6 +1,4 @@
# v1.51.2
run:
deadline: 5m
# v1.55.2
issues:
new-from-rev: 9101977dc81f64db077b9a1eda2fe401359854c9
# Maximum issues count per one linter. Set to 0 to disable.

View File

@ -8,3 +8,12 @@ pull_request_rules:
review:
type: APPROVE
message: ":robot: LGTM! *beep* *boop*"
- name: Automatic approval of renovate's pull requests
conditions:
- author=renovate[bot]
- label=renovate/github-action
- "#approved-reviews-by=0"
actions:
review:
type: APPROVE
message: ":robot: LGTM! *beep* *boop*"