From c6faa7e86059522edbe676082089a579a204a7b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 08:57:23 +0200 Subject: [PATCH] Bump cristalhq/.github from 0.5.0 to 0.6.0 (#145) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Oleg Kovalov --- .github/dependabot.yml | 17 ++++++++++++----- .github/workflows/build.yml | 4 ++-- 2 files changed, 14 insertions(+), 7 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index afc6171..008272a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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" diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 49e2b0e..c800836 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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