Skip to content

Commit

Permalink
Bump version to 0.154.0
Browse files Browse the repository at this point in the history
Bug: b/353509311
Test: NA
Change-Id: I5f3849d70733a868f532b7da80cf7dd50950803c
GitOrigin-RevId: 1e6c270e11c8236b0e3f3226cb319b400ca3a93a
  • Loading branch information
ramymedhat authored and copybara-github committed Jul 16, 2024
1 parent 3f9d55f commit bec0b4a
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
"group:allNonMajor", // One PR for all non major bumps.
"schedule:earlyMondays", // Run once a week.
],
"postUpdateOptions": ["gomodTidy"], // Run go mod tidy after updating.
"packageRules": [
{ // Update googleapis packages once a month.
"matchPackagePrefixes": [
"google.golang.org/genproto",
],
"schedule": ["every month"],
"groupName": "googleapis"
},
{ // Update x/tools packages once a month.
"matchPackagePrefixes": [
"golang.org/x/tools"
],
"schedule": ["every month"]
}
]
}
2 changes: 1 addition & 1 deletion version.bzl
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION_MAJOR = "0"
VERSION_MINOR = "153"
VERSION_MINOR = "154"
VERSION_PATCH = "0"

0 comments on commit bec0b4a

Please sign in to comment.