Skip to content

Commit

Permalink
merge(#40): updated GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
akijakya authored Jul 6, 2022
2 parents 01d759f + 68176f6 commit d7ec1b6
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
16 changes: 16 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,23 @@
version: 2

updates:
- package-ecosystem: "docker"
directory: "/"
labels:
- "dependencies"
schedule:
interval: "daily"

- package-ecosystem: "gomod"
directory: "/"
labels:
- "dependencies"
schedule:
interval: "daily"

- package-ecosystem: "github-actions"
directory: "/"
labels:
- "dependencies"
schedule:
interval: "daily"
3 changes: 2 additions & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ on:
branches:
- master
tags:
- v[0-9]+.[0-9]+.[0-9]+
- "v[0-9]+.[0-9]+.[0-9]+"
- "v[0-9]+.[0-9]+.[0-9]+-dev.[0-9]+"
pull_request:

jobs:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: Release
on:
push:
tags:
- chart/[0-9]+.[0-9]+.[0-9]+
- "chart/[0-9]+.[0-9]+.[0-9]+"
- "chart/[0-9]+.[0-9]+.[0-9]+-dev.[0-9]+"

env:
HELM_VERSION: v3.4.2
Expand Down

0 comments on commit d7ec1b6

Please sign in to comment.