Skip to content

Commit

Permalink
Don't update renovate PRs via mergify (#988)
Browse files Browse the repository at this point in the history
* ci: don't update prs from renovate

* ci: formatting
  • Loading branch information
tnotheis authored Dec 16, 2024
1 parent 4f26460 commit 9b49f85
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/mergify.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
pull_request_rules:
- name: update pull request
conditions:
- label!=wip
- label != wip
- author != renovate[bot]
actions:
update:

0 comments on commit 9b49f85

Please sign in to comment.