Skip to content

Commit

Permalink
Merge pull request #23 from keptn-sandbox/main
Browse files Browse the repository at this point in the history
merge #18 to release 0.8.4
  • Loading branch information
grabnerandi authored Jun 21, 2021
2 parents 6f9b15a + 3e32405 commit 23ebe17
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion skaffold.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 23ebe17

Please sign in to comment.