Skip to content

ci: disable dependabot for go.mod dependencies#16

Merged
ChengyuZhu6 merged 1 commit into
containerd:mainfrom
thaJeztah:dependanot
Apr 3, 2026
Merged

ci: disable dependabot for go.mod dependencies#16
ChengyuZhu6 merged 1 commit into
containerd:mainfrom
thaJeztah:dependanot

Conversation

@thaJeztah
Copy link
Copy Markdown
Member

This module's main purpose is to be used as a libary module, not as an end-product producing binaries. For library modules, it's recommended to follow MVS (Minimal Version Selection); specify the minimum required version to use this module, and only update if strictly necessary (e.g., if new features are needed that are only available in newer versions). Otherwise, leave it to consumers of the module to update dependency versions to compatible (SemVer) updates.

This module's main purpose is to be used as a libary module, not as an
end-product producing binaries. For library modules, it's recommended
to follow [MVS] (Minimal Version Selection); specify the minimum required
version to use this module, and only update if strictly necessary (e.g.,
if new features are needed that are only available in newer versions).
Otherwise, leave it to consumers of the module to update dependency
versions to compatible (SemVer) updates.

[MVS]: https://research.swtch.com/vgo-mvs

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
@thaJeztah
Copy link
Copy Markdown
Member Author

/cc @ChengyuZhu6

Copy link
Copy Markdown
Member

@ChengyuZhu6 ChengyuZhu6 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @thaJeztah ! LGTM

@ChengyuZhu6 ChengyuZhu6 merged commit fe8bd6c into containerd:main Apr 3, 2026
3 checks passed
@thaJeztah thaJeztah deleted the dependanot branch April 3, 2026 06:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants