chore: add dependabot config
This commit is contained in:
+17
-6
@@ -1,9 +1,12 @@
|
||||
include:
|
||||
- template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml'
|
||||
- template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml'
|
||||
- project: 'unboundsoftware/dependabot-staged-flow'
|
||||
file: '.gitlab-ci.yml'
|
||||
|
||||
stages:
|
||||
- build
|
||||
- acctest
|
||||
- build
|
||||
- acctest
|
||||
- dependabot
|
||||
|
||||
variables:
|
||||
DOCKER_HOST: tcp://docker:2376
|
||||
@@ -12,20 +15,28 @@ variables:
|
||||
DOCKER_CERT_PATH: "$DOCKER_TLS_CERTDIR/client"
|
||||
DOCKER_DRIVER: overlay2
|
||||
|
||||
.exclude_from_schedule: ¬_on_schedule
|
||||
rules:
|
||||
- if: $CI_PIPELINE_SOURCE == "schedule"
|
||||
when: never
|
||||
- when: always
|
||||
|
||||
image: buildtool/build-tools:${BUILDTOOLS_VERSION}
|
||||
|
||||
build:
|
||||
<<: *not_on_schedule
|
||||
stage: build
|
||||
services:
|
||||
- docker:dind
|
||||
script:
|
||||
- build
|
||||
- push
|
||||
- build
|
||||
- push
|
||||
artifacts:
|
||||
paths:
|
||||
- k8s
|
||||
- k8s
|
||||
|
||||
acceptance-test:
|
||||
<<: *not_on_schedule
|
||||
stage: acctest
|
||||
variables:
|
||||
AUTH0MOCK_COMMIT: ${CI_COMMIT_SHA}
|
||||
|
||||
Reference in New Issue
Block a user