Skip to content

Commit

Permalink
Bump cristalhq/.github from 0.5.0 to 0.6.0 (#143)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Oleg Kovalov <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Oleg Kovalov <[email protected]>
  • Loading branch information
dependabot[bot] and cristaloleg authored Sep 11, 2023
1 parent 75434a0 commit 8c3ca01
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 13 deletions.
16 changes: 12 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,10 +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"
12 changes: 3 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,12 @@ on:
pull_request:
branches: [main]
schedule:
- cron: '0 0 * * 0'
workflow_dispatch:
inputs:
tag:
description: 'Tag to create'
required: true
default: 'v0.0.0'
- cron: '0 0 * * 0' # run "At 00:00 on Sunday"

# 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 8c3ca01

Please sign in to comment.