ci: add dependabot config #4

Merged
argoyle merged 2 commits from dependabot into master 2021-11-04 20:33:47 +00:00
Showing only changes of commit 84afe4770b - Show all commits
+4 -1
View File
@@ -1,3 +1,6 @@
include:
- template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml'
stages:
- build
- deploy
@@ -5,7 +8,7 @@ stages:
variables:
DOCKER_HOST: tcp://docker:2375/
image: buildtool/build-tools:0.0.13
image: buildtool/build-tools:${BUILDTOOLS_VERSION}
build:
stage: build