From 4dfe46069a624ebb58184d2378446ed901b6c6ce Mon Sep 17 00:00:00 2001 From: Vilsol Date: Wed, 19 Jun 2024 20:00:13 +0300 Subject: [PATCH] chore: loose renovate versioning, pull go from go.mod --- .github/workflows/build.yml | 6 +++--- .github/workflows/release.yml | 2 +- renovate.json | 6 ++++++ 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0f488c32..b5a4fb08 100755 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v5 with: - go-version: 1.22.3 + go-version-file: go.mod - name: Check out code into the Go module directory uses: actions/checkout@v4 @@ -36,7 +36,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v5 with: - go-version: 1.22.3 + go-version-file: go.mod - name: Check out code into the Go module directory uses: actions/checkout@v4 @@ -65,7 +65,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v5 with: - go-version: 1.21 + go-version-file: go.mod - name: Check out code into the Go module directory uses: actions/checkout@v4 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 55c6a2e2..e41723a5 100755 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v5 with: - go-version: 1.21 + go-version-file: go.mod - name: Check out code into the Go module directory uses: actions/checkout@v4 diff --git a/renovate.json b/renovate.json index dcacda54..72d2ab80 100644 --- a/renovate.json +++ b/renovate.json @@ -18,5 +18,11 @@ "gitAuthor": "Renovate Bot ", "postUpdateOptions": [ "gomodTidy" + ], + "packageRules": [ + { + "matchDatasources": ["docker"], + "versioning": "loose" + } ] }