Skip to content

Commit 25803f5

Browse files
authored
Modify Mergify config to include action.yaml
1 parent 4cf9711 commit 25803f5

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.mergify/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ pull_request_rules:
2727
- docker
2828
- name: Automatically queue Github Actions Updates
2929
conditions:
30-
- files ~= ^.github/workflows
30+
- or:
31+
- files ~= ^.github/workflows
32+
- files ~= action.yaml
3133
- author = renovate[bot]
3234
actions:
3335
queue:

0 commit comments

Comments
 (0)