Skip to content

Commit

Permalink
Merge branch 'main' into disable-cgo-bin-builds
Browse files Browse the repository at this point in the history
  • Loading branch information
gcf-merge-on-green[bot] authored Apr 12, 2024
2 parents e4dfca0 + b92a828 commit fc49018
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@
],
labels: ["automerge"],
postUpdateOptions: ["gomodTidy"],
packageRules: [
{
matchPackageNames: [
"^bitbucket.org/creachadair/stringset",
],
enabled: false
}
],
force: {
constraints: {
go: "1.20"
Expand Down

0 comments on commit fc49018

Please sign in to comment.