File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ updates:
76
76
- ' patch'
77
77
commanderjs :
78
78
patterns :
79
- - ' @commanderjs /*'
79
+ - ' @commander-js /*'
80
80
- ' commander'
81
81
update-types :
82
82
- ' major'
Original file line number Diff line number Diff line change 64
64
runtime : [Node, Bun]
65
65
name : ${{ matrix.runtime }} Docker image
66
66
needs : [stable, snapshot]
67
- if : always() && (
67
+ if : always() && github.actor != 'dependabot[bot]' && (
68
68
contains(needs.stable.outputs.publishedPackages, '@graphql-hive/gateway') ||
69
- contains(needs.snapshot.outputs.publishedPackages, '@graphql-hive/gateway') ||
70
- github.actor != 'dependabot[bot]' ||
71
- github.actor != 'dependabot-preview[bot]'
69
+ contains(needs.snapshot.outputs.publishedPackages, '@graphql-hive/gateway')
72
70
)
73
71
steps :
74
72
- name : Version
You can’t perform that action at this time.
0 commit comments