From 63bfc78f9d2ad9346f2293b892b242262f1d0439 Mon Sep 17 00:00:00 2001 From: nitrocode <7775707+nitrocode@users.noreply.github.com> Date: Wed, 17 Apr 2024 23:38:52 -0500 Subject: [PATCH] chore: renovate both docker and go.mod in one pr (#4435) --- .github/renovate.json5 | 8 ++++++++ .github/workflows/atlantis-image.yml | 5 +++++ 2 files changed, 13 insertions(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 210a45eb41..6f07b35e6f 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -71,6 +71,14 @@ ], versioning: 'node', }, + { + matchPackageNames: [ + 'go', + 'golang', + ], + versioning: 'go', + groupName: 'go' + }, ], customManagers: [ { diff --git a/.github/workflows/atlantis-image.yml b/.github/workflows/atlantis-image.yml index 007f8c82b7..da4f1be788 100644 --- a/.github/workflows/atlantis-image.yml +++ b/.github/workflows/atlantis-image.yml @@ -12,6 +12,11 @@ on: branches: - 'main' - 'release-**' + types: + - opened + - reopened + - synchronize + - ready_for_review workflow_dispatch: concurrency: