fix: Test dependabot on branch before merging

This commit is contained in:
Robert Prehn 2021-06-23 09:55:43 -05:00
parent ba3b0b7294
commit b5a5ede965

View file

@ -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/