fix: Test dependabot on branch before merging
This commit is contained in:
parent
ba3b0b7294
commit
b5a5ede965
1 changed files with 9 additions and 9 deletions
|
@ -129,18 +129,18 @@ deploy_commit_image_to_tag:
|
|||
|
||||
npm:
|
||||
extends: .dependabot-gitlab
|
||||
only:
|
||||
variables:
|
||||
- $PACKAGE_MANAGER_SET =~ /(\bnpm|yarn\b)/
|
||||
# only:
|
||||
# variables:
|
||||
# - $PACKAGE_MANAGER_SET =~ /(\bnpm|yarn\b)/
|
||||
|
||||
mix:
|
||||
extends: .dependabot-gitlab
|
||||
only:
|
||||
variables:
|
||||
- $PACKAGE_MANAGER_SET =~ /\bmix\b/
|
||||
# only:
|
||||
# variables:
|
||||
# - $PACKAGE_MANAGER_SET =~ /\bmix\b/
|
||||
|
||||
docker:
|
||||
extends: .dependabot-gitlab
|
||||
only:
|
||||
variables:
|
||||
- $PACKAGE_MANAGER_SET =~ /\bdocker\b/
|
||||
# only:
|
||||
# variables:
|
||||
# - $PACKAGE_MANAGER_SET =~ /\bdocker\b/
|
||||
|
|
Loading…
Reference in a new issue