chore(renovate): detect Makefile tools, enable go bumps#37595
Merged
Conversation
12ff6eb to
982e81a
Compare
- enable `custom.regex` manager so Makefile `*_PACKAGE` deps are detected - group Makefile tool updates separately as "tool dependencies" - opt in to bumping `go.mod` `go` directive (off by default in Renovate); schedule it at any time and exempt it from the release-age delay - reduce minimum release age from 5 to 3 days Co-Authored-By: Claude (Opus 4.7) <noreply@anthropic.com>
982e81a to
bb091ef
Compare
Member
Author
|
After merging this, we should get the go 1.26.3 bump shortly. |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adjusts the repository’s Renovate configuration to better track tool dependencies defined in the Makefile and to update the go.mod go directive more proactively.
Changes:
- Enable the
custom.regexmanager so the existing Makefile*_PACKAGEregex custom manager actually runs. - Split Renovate grouping so Makefile tool updates are grouped separately from
gomodupdates. - Allow Renovate to bump the
go.modgodirective withrangeStrategy=bump, no release-age delay, and no schedule restriction; also reduce the globalminimumReleaseAgefrom 5 to 3 days.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Member
|
why dropping the release age from 5 to 3 days? |
Member
Author
|
To make updates a bit fresher. Most major supply chain attacks are discovered in the first 12 hours or so. pnpm 11 defaults to 1 day for this (but we don't use that pnpm feature). |
silverwind
commented
May 7, 2026
Signed-off-by: silverwind <me@silverwind.io>
Member
Author
|
Actually no strong reason for 3 days so I restored 5. |
silverwind
commented
May 7, 2026
Signed-off-by: silverwind <me@silverwind.io>
silverwind
commented
May 7, 2026
Signed-off-by: silverwind <me@silverwind.io>
silverwind
commented
May 7, 2026
Signed-off-by: silverwind <me@silverwind.io>
silverwind
commented
May 7, 2026
Signed-off-by: silverwind <me@silverwind.io>
go directivego bumps
`customType` only accepts `regex` or `jsonata`; arbitrary names are invalid. All regex custom managers share the `custom.regex` identifier, so split tool deps from gomod via `matchFileNames` instead. Co-Authored-By: Claude (Opus 4.7) <noreply@anthropic.com>
lunny
approved these changes
May 8, 2026
silverwind
added a commit
to silverwind/gitea
that referenced
this pull request
May 8, 2026
* origin/main: chore(renovate): detect Makefile tools, enable `go` bumps (go-gitea#37595) refactor: only reset a database table when the table's data was changed (go-gitea#37573) refactor: lint bare `fill`/`stroke` colors, add vars for git graph color series (go-gitea#37543) fix(actions): report individual step status in workflow job API response (go-gitea#37592) ci: allow `chore` type in PR title lint (go-gitea#37575) refactor: remove obsolete export (go-gitea#37579) fix: Invalid UTF-8 commit messages in JSON API responses (go-gitea#37542) fix: use consistent GetUser family functions (go-gitea#37553) fix(api): return 409 message instead of empty JSON for wrong commit id (go-gitea#37572) fix(actions): prevent panic when workflow contains null jobs (go-gitea#37570) [skip ci] Updated translations via Crowdin # Conflicts: # services/pull/pull.go
zjjhot
added a commit
to zjjhot/gitea
that referenced
this pull request
May 8, 2026
* main: chore(deps): bump tool deps and pin, update `golangci-lint` (go-gitea#37574) build: update pnpm to v11 (go-gitea#37591) chore(renovate): detect Makefile tools, enable `go` bumps (go-gitea#37595) refactor: only reset a database table when the table's data was changed (go-gitea#37573) refactor: lint bare `fill`/`stroke` colors, add vars for git graph color series (go-gitea#37543) fix(actions): report individual step status in workflow job API response (go-gitea#37592) ci: allow `chore` type in PR title lint (go-gitea#37575) refactor: remove obsolete export (go-gitea#37579) fix: Invalid UTF-8 commit messages in JSON API responses (go-gitea#37542) fix: use consistent GetUser family functions (go-gitea#37553) fix(api): return 409 message instead of empty JSON for wrong commit id (go-gitea#37572) fix(actions): prevent panic when workflow contains null jobs (go-gitea#37570) [skip ci] Updated translations via Crowdin refactor: use modernc sqlite driver as default (go-gitea#37562) refactor(templates): remove ctxData from tmpl files, use ctx.RootData instead (go-gitea#37567) ci: increase renovate frequency and fix RENOVATE_ALLOWED_POST_UPGRADE_COMMANDS (go-gitea#37565) # Conflicts: # models/user/user.go
silverwind
added a commit
to mohammad-rj/gitea
that referenced
this pull request
May 8, 2026
* origin/main: (82 commits) build(deps): bump fast-uri from 3.1.0 to 3.1.2 (go-gitea#37616) fix: make clone URL respect public URL detection setting (go-gitea#37615) chore(deps): bump go-git/go-git/v5 to 5.19.0 (go-gitea#37608) chore(deps): update action dependencies (go-gitea#37603) fix(actions): fix blank lines after `::endgroup::` (go-gitea#37597) fix: treat email addresses case-insensitively (go-gitea#37600) fix(git): Fix smart http request scope bug (go-gitea#37583) chore(deps): update dependency go to v1.26.3 (go-gitea#37601) chore(deps): bump tool deps and pin, update `golangci-lint` (go-gitea#37574) build: update pnpm to v11 (go-gitea#37591) chore(renovate): detect Makefile tools, enable `go` bumps (go-gitea#37595) refactor: only reset a database table when the table's data was changed (go-gitea#37573) refactor: lint bare `fill`/`stroke` colors, add vars for git graph color series (go-gitea#37543) fix(actions): report individual step status in workflow job API response (go-gitea#37592) ci: allow `chore` type in PR title lint (go-gitea#37575) refactor: remove obsolete export (go-gitea#37579) fix: Invalid UTF-8 commit messages in JSON API responses (go-gitea#37542) fix: use consistent GetUser family functions (go-gitea#37553) fix(api): return 409 message instead of empty JSON for wrong commit id (go-gitea#37572) fix(actions): prevent panic when workflow contains null jobs (go-gitea#37570) ... # Conflicts: # tests/e2e/events.test.ts # tests/integration/eventsource_test.go
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.
go.modgodirective bumps, schedule it at any time and exempt it from the release-age delayThis PR was written with the help of Claude Opus 4.7