mirror of
https://github.com/thegeeklab/wp-matrix.git
synced 2024-11-09 18:10:39 +00:00
chore(deps): update golang devdeps non-major (#149)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [golangci/golangci-lint](https://togithub.com/golangci/golangci-lint) | minor | `v1.59.1` -> `v1.60.1` | | [mvdan/gofumpt](https://togithub.com/mvdan/gofumpt) | minor | `v0.6.0` -> `v0.7.0` | --- ### Release Notes <details> <summary>golangci/golangci-lint (golangci/golangci-lint)</summary> ### [`v1.60.1`](https://togithub.com/golangci/golangci-lint/compare/v1.60.0...v1.60.1) [Compare Source](https://togithub.com/golangci/golangci-lint/compare/v1.59.1...v1.60.1) </details> <details> <summary>mvdan/gofumpt (mvdan/gofumpt)</summary> ### [`v0.7.0`](https://togithub.com/mvdan/gofumpt/blob/HEAD/CHANGELOG.md#v070---2024-08-16) [Compare Source](https://togithub.com/mvdan/gofumpt/compare/v0.6.0...v0.7.0) This release is based on Go 1.23.0's gofmt, and requires Go 1.22 or later. The following changes are included: - Group `internal/...` imported packages as standard library - [#​307](https://togithub.com/mvdan/gofumpt/issues/307) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/thegeeklab/wp-matrix). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguMjYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
75fac7c20a
commit
bfafac1f3c
4
Makefile
4
Makefile
@ -1,7 +1,7 @@
|
||||
# renovate: datasource=github-releases depName=mvdan/gofumpt
|
||||
GOFUMPT_PACKAGE_VERSION := v0.6.0
|
||||
GOFUMPT_PACKAGE_VERSION := v0.7.0
|
||||
# renovate: datasource=github-releases depName=golangci/golangci-lint
|
||||
GOLANGCI_LINT_PACKAGE_VERSION := v1.59.1
|
||||
GOLANGCI_LINT_PACKAGE_VERSION := v1.60.1
|
||||
|
||||
EXECUTABLE := wp-matrix
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user