From 801d3c434b4f63a668bf90304609972ed1240a3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 06:33:41 +0000 Subject: [PATCH 1/2] Bump cristalhq/.github from 0.5.0 to 0.6.0 Bumps [cristalhq/.github](https://github.com/cristalhq/.github) from 0.5.0 to 0.6.0. - [Release notes](https://github.com/cristalhq/.github/releases) - [Changelog](https://github.com/cristalhq/.github/blob/main/.goreleaser.yaml) - [Commits](https://github.com/cristalhq/.github/compare/v0.5.0...v0.6.0) --- updated-dependencies: - dependency-name: cristalhq/.github dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 From 2021af0ff46810445ca171831c224522c0d13514 Mon Sep 17 00:00:00 2001 From: Oleg Kovalov Date: Mon, 11 Sep 2023 08:55:51 +0200 Subject: [PATCH 2/2] Update dependabot.yml Signed-off-by: Oleg Kovalov --- .github/dependabot.yml | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 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"