Skip to content

Commit

Permalink
feat: manage renovate golang updates (#31)
Browse files Browse the repository at this point in the history
We can bump the version of golang in here, and it should propagate to
all our repository.

This prevents having a bunch of open renovate PR lying around.
  • Loading branch information
jooola authored Aug 19, 2024
1 parent a6ae85a commit 205ab03
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion renovate/golang.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [":semanticCommitScopeDisabled", ":semanticCommitTypeAll(deps)"]
"extends": [":semanticCommitScopeDisabled", ":semanticCommitTypeAll(deps)"],
"packageRules": [
{
"matchPackageNames": ["go", "golang"],
"matchDepTypes": ["toolchain", "image", "stage"],
"allowedVersions": "<1.23"
}
]
}

0 comments on commit 205ab03

Please sign in to comment.