Update dependencies - #3
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/dependencies
branch
2 times, most recently
from
September 5, 2025 08:09
15b0740 to
b658ff1
Compare
renovate
Bot
force-pushed
the
renovate/dependencies
branch
from
September 9, 2025 03:54
b658ff1 to
98db38f
Compare
Author
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
renovate
Bot
force-pushed
the
renovate/dependencies
branch
2 times, most recently
from
October 8, 2025 23:03
f6c28c3 to
3120e65
Compare
renovate
Bot
force-pushed
the
renovate/dependencies
branch
from
November 9, 2025 23:34
3120e65 to
165f6f9
Compare
renovate
Bot
force-pushed
the
renovate/dependencies
branch
2 times, most recently
from
December 10, 2025 06:48
ac08a18 to
92be8ea
Compare
renovate
Bot
force-pushed
the
renovate/dependencies
branch
from
December 13, 2025 19:45
92be8ea to
56067d6
Compare
Author
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
renovate
Bot
force-pushed
the
renovate/dependencies
branch
from
January 8, 2026 15:15
56067d6 to
da2db27
Compare
renovate
Bot
force-pushed
the
renovate/dependencies
branch
from
February 9, 2026 04:10
da2db27 to
90ce183
Compare
renovate
Bot
force-pushed
the
renovate/dependencies
branch
from
February 18, 2026 08:11
90ce183 to
2f3d694
Compare
renovate
Bot
force-pushed
the
renovate/dependencies
branch
from
March 14, 2026 08:38
2f3d694 to
7cd6e40
Compare
renovate
Bot
force-pushed
the
renovate/dependencies
branch
from
April 15, 2026 18:00
7cd6e40 to
13a6ab8
Compare
renovate
Bot
force-pushed
the
renovate/dependencies
branch
from
April 30, 2026 02:14
13a6ab8 to
031b89f
Compare
renovate
Bot
force-pushed
the
renovate/dependencies
branch
2 times, most recently
from
May 13, 2026 06:57
6a9a482 to
495ae53
Compare
renovate
Bot
force-pushed
the
renovate/dependencies
branch
2 times, most recently
from
May 23, 2026 15:28
ee78e79 to
672636b
Compare
renovate
Bot
force-pushed
the
renovate/dependencies
branch
from
June 13, 2026 03:27
672636b to
476fe64
Compare
renovate
Bot
force-pushed
the
renovate/dependencies
branch
from
July 9, 2026 04:13
476fe64 to
3ca0bc3
Compare
renovate
Bot
force-pushed
the
renovate/dependencies
branch
from
July 17, 2026 23:25
3ca0bc3 to
740ac11
Compare
renovate
Bot
force-pushed
the
renovate/dependencies
branch
from
July 29, 2026 04:14
740ac11 to
dcc2dae
Compare
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate
Bot
force-pushed
the
renovate/dependencies
branch
from
August 15, 2026 11:40
dcc2dae to
79ecb7c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update Request | Renovate Bot
This PR contains the following updates:
v9.1.0→v11.0.0v5.0.1→v6.0.2v1.10.0→v1.11.1v0.16.0→v0.22.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
actions/stale (actions/stale)
v11.0.0Compare Source
What's Changed
Enhancement
Dependency Update
Full Changelog: actions/stale@v10...v11.0.0
v11Compare Source
v10.4.0Compare Source
What's Changed
Bug Fix
only-issue-typesvalidation by @trueberryless in #1338Dependency Updates
New Contributors
Full Changelog: actions/stale@v10.3.0...v10.4.0
v10.3.0Compare Source
What's Changed
Bug Fix
Dependency Updates
New Contributors
Full Changelog: actions/stale@v10...v10.3.0
v10.2.0Compare Source
What's Changed
Bug Fix
Dependency Updates
New Contributors
Full Changelog: actions/stale@v10...v10.2.0
v10.1.1Compare Source
What's Changed
Bug Fix
only-issue-typesby @Bibo-Joshi in #1298Improvement
Dependency Upgrades
New Contributors
Full Changelog: actions/stale@v10...v10.1.1
v10.1.0Compare Source
What's Changed
only-issue-typesoption to filter issues by type by @Bibo-Joshi in #1255New Contributors
Full Changelog: actions/stale@v10...v10.1.0
v10.0.0Compare Source
What's Changed
Breaking Changes
Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. Release Notes
Enhancement
Dependency Upgrades
Documentation changes
New Contributors
Full Changelog: actions/stale@v9...v10.0.0
v10Compare Source
dessant/lock-threads (dessant/lock-threads)
v6.0.2Compare Source
Learn more about this release from the changelog.
v6.0.1Compare Source
Learn more about this release from the changelog.
v6.0.0Compare Source
Learn more about this release from the changelog.
v6Compare Source
stretchr/testify (github.com/stretchr/testify)
v1.11.1Compare Source
This release fixes #1785 introduced in v1.11.0 where expected argument values implementing the stringer interface (
String() string) with a method which mutates their value, when passed to mock.Mock.On (m.On("Method", <expected>).Return()) or actual argument values passed to mock.Mock.Called may no longer match one another where they previously did match. The behaviour prior to v1.11.0 where the stringer is always called is restored. Future testify releases may not call the stringer method at all in this case.What's Changed
Full Changelog: stretchr/testify@v1.11.0...v1.11.1
v1.11.0Compare Source
What's Changed
Functional Changes
v1.11.0 Includes a number of performance improvements.
Fixes
Documentation, Build & CI
New Contributors
Full Changelog: stretchr/testify@v1.10.0...v1.11.0
Configuration
📅 Schedule: (UTC)
* 0-3 * * 1)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.