chore(renovate): don't exclude examples and internal/test#2033
Merged
jamietanna merged 1 commit intomainfrom Jul 17, 2025
Merged
chore(renovate): don't exclude examples and internal/test#2033jamietanna merged 1 commit intomainfrom
examples and internal/test#2033jamietanna merged 1 commit intomainfrom
Conversation
We're using `:default`[0] from our configuration, which then excludes our `examples` and `internal/test` directories[1][2][3]. It is handy for us to keep these dependencies up-to-date, so we should override the `ignorePaths` for Go dependencies. [0]: https://github.com/oapi-codegen/renovate-config/blob/d63ca7f61facd164040be09ee8a32090435cef57/default.json#L4 [1]: https://docs.renovatebot.com/presets-config/#configbest-practices [2]: https://docs.renovatebot.com/presets-config/#configrecommended [3]: https://docs.renovatebot.com/presets-default/#ignoremodulesandtests
Kusari Analysis ResultsAnalysis for commit: d55f525, performed at: 2025-07-17T15:18:33Z • • Recommendation✅ PROCEED with this Pull Request Summary✅ No Flagged Issues Detected All values appear to be within acceptable risk parameters. No pinned version dependency changes, code issues or exposed secrets detected! Found this helpful? Give it a 👍 or 👎 reaction! |
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.
We're using
:default0 from our configuration, which thenexcludes our
examplesandinternal/testdirectories13.It is handy for us to keep these dependencies up-to-date, so we should
override the
ignorePathsfor Go dependencies.