Skip to content

Commit

Permalink
Bump cristalhq/.github from 0.5.0 to 0.6.0 (#145)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Oleg Kovalov <oleg@hey.com>
  • Loading branch information
dependabot[bot] and cristaloleg committed Sep 11, 2023
1 parent a54d561 commit c6faa7e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
17 changes: 12 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
version: 2
updates:
- package-ecosystem: gomod
- package-ecosystem: "gomod"
commit-message:
prefix: "deps:"
directory: "/"
schedule:
interval: daily
- package-ecosystem: github-actions
interval: "weekly"
day: "sunday"
time: "09:00"
- package-ecosystem: "github-actions"
commit-message:
prefix: "ci:"
directory: "/"
schedule:
interval: daily

interval: "weekly"
day: "sunday"
time: "09:00"
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
# See https://github.com/cristalhq/.github/.github/workflows
jobs:
build:
uses: cristalhq/.github/.github/workflows/build.yml@v0.5.0
uses: cristalhq/.github/.github/workflows/build.yml@v0.6.0

vuln:
uses: cristalhq/.github/.github/workflows/vuln.yml@v0.5.0
uses: cristalhq/.github/.github/workflows/vuln.yml@v0.6.0

0 comments on commit c6faa7e

Please sign in to comment.