From 399f2518b93f860c663131c3e74f2e45d6d0c3dd Mon Sep 17 00:00:00 2001 From: Christian Kreuzberger Date: Wed, 21 Apr 2021 13:10:34 +0200 Subject: [PATCH] Added upstream changes from template repo Signed-off-by: Christian Kreuzberger --- .github/dependabot.yml | 12 ++++++++++++ .github/workflows/CI.yml | 2 ++ skaffold.yaml | 2 +- 3 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..5f4c27a --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +version: 2 +updates: + - package-ecosystem: github-actions + directory: "/" + schedule: + interval: daily + open-pull-requests-limit: 10 + - package-ecosystem: gomod + directory: "/" + schedule: + interval: daily + open-pull-requests-limit: 10 diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 7ba5dd1..b4f47ed 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -4,11 +4,13 @@ on: push: branches: - 'master' + - 'main' - 'release-*' # in addition, execute for pull requests to those branches pull_request: branches: - 'master' + - 'main' - 'release-*' defaults: run: diff --git a/skaffold.yaml b/skaffold.yaml index 8652b49..d0685e8 100644 --- a/skaffold.yaml +++ b/skaffold.yaml @@ -2,7 +2,7 @@ apiVersion: skaffold/v1beta13 kind: Config build: artifacts: - - image: keptn-sandbox/monaco-service # Todo: Replace this with your image name + - image: keptnsandbox/monaco-service # Todo: Replace this with your image name docker: dockerfile: Dockerfile buildArgs: