Skip to content

Commit 8eb43f8

Browse files
chore: Update CONTRIBUTING.md with dependency update policy (#2946)
Added guidelines for handling dependency updates. --------- Signed-off-by: ldetmer <[email protected]> Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 2fda668 commit 8eb43f8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -423,3 +423,10 @@ tools or services (e.g., docker, protoc, etc.) should be skipped when those
423423
tools are not available in the development environment. See
424424
[doc/onboarding.md](https://github.com/googleapis/librarian/blob/main/doc/onboarding.md)
425425
for information on how to configure your development environment.
426+
427+
### Handling Dependency Updates
428+
429+
We only update dependencies for security vulnerabilities, bug fixes, or to add
430+
feature support. Security vulnerabilities are identified using Dependabot and
431+
govulncheck. Dependency updates for bug fixes or new features must be associated
432+
with an issue in this repository.

0 commit comments

Comments
 (0)