Skip to content

Commit

Permalink
Let renovate bump go versions (#768)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome authored Aug 28, 2024
1 parent f86a97a commit f098dad
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 0 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
module github.com/nginxinc/nginx-asg-sync

// renovate: datasource=golang-version depName=golang
go 1.22.5

require (
Expand Down
8 changes: 8 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,13 @@
"extends": [
"github>nginxinc/k8s-common",
"schedule:earlyMondays"
],
"packageRules": [
{
"matchDatasources": [
"golang-version"
],
"rangeStrategy": "bump"
}
]
}

0 comments on commit f098dad

Please sign in to comment.