Skip to content

Commit fa586f9

Browse files
Renovate BotMarkus Pesch
authored andcommitted
chore(deps): update docker.io/thegeeklab/git-sv docker tag to v2.0.6 (#974)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker.io/thegeeklab/git-sv](https://github.com/thegeeklab/git-sv) | container | patch | `2.0.5` -> `2.0.6` | --- ### Release Notes <details> <summary>thegeeklab/git-sv (docker.io/thegeeklab/git-sv)</summary> ### [`v2.0.6`](https://github.com/thegeeklab/git-sv/releases/tag/v2.0.6) [Compare Source](thegeeklab/git-sv@v2.0.5...v2.0.6) #### v2.0.6 (2025-10-09) ##### Others - **docker:** update docker.io/library/alpine:3.22 docker digest to [`4b7ce07`](thegeeklab/git-sv@4b7ce07) ([#&#8203;242](thegeeklab/git-sv#242)) ([`8b2925b`](thegeeklab/git-sv@8b2925b)) - **docker:** update docker.io/library/golang:1.25.1 docker digest to [`d709837`](thegeeklab/git-sv@d709837) ([#&#8203;240](thegeeklab/git-sv#240)) ([`07bbbc0`](thegeeklab/git-sv@07bbbc0)) - **docker:** update docker.io/library/golang:1.25.1 docker digest to [`ab1f5c4`](thegeeklab/git-sv@ab1f5c4) ([#&#8203;239](thegeeklab/git-sv#239)) ([`c21a62e`](thegeeklab/git-sv@c21a62e)) - **deps:** update dependency golangci/golangci-lint to v2.5.0 ([#&#8203;238](thegeeklab/git-sv#238)) ([`2f590aa`](thegeeklab/git-sv@2f590aa)) - **docker:** update docker.io/library/golang:1.25.1 docker digest to [`8305f5f`](thegeeklab/git-sv@8305f5f) ([#&#8203;237](thegeeklab/git-sv#237)) ([`cd5f1f0`](thegeeklab/git-sv@cd5f1f0)) ##### CI Pipeline - refactor makefile go deps ([`50efb99`](thegeeklab/git-sv@50efb99)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), Automerge - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xOC4xIiwidXBkYXRlZEluVmVyIjoiNDEuMTguMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsia2luZC9kZXBlbmRlbmN5Il19--> Reviewed-on: https://gitea.com/gitea/helm-gitea/pulls/974 Co-authored-by: Renovate Bot <[email protected]> Co-committed-by: Renovate Bot <[email protected]>
1 parent 9d81778 commit fa586f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitea/workflows/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
changelog:
1010
runs-on: ubuntu-latest
11-
container: docker.io/thegeeklab/git-sv:2.0.5
11+
container: docker.io/thegeeklab/git-sv:2.0.6
1212
steps:
1313
- name: install tools
1414
run: |

.gitea/workflows/release-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
release-gitea:
100100
needs: generate-chart-publish
101101
runs-on: ubuntu-latest
102-
container: docker.io/thegeeklab/git-sv:2.0.5
102+
container: docker.io/thegeeklab/git-sv:2.0.6
103103
steps:
104104
- name: install tools
105105
run: |

0 commit comments

Comments
 (0)