Skip to content

Commit f098dad

Browse files
authored
Let renovate bump go versions (#768)
1 parent f86a97a commit f098dad

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

go.mod

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
module github.com/nginxinc/nginx-asg-sync
22

3-
// renovate: datasource=golang-version depName=golang
43
go 1.22.5
54

65
require (

renovate.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,13 @@
33
"extends": [
44
"github>nginxinc/k8s-common",
55
"schedule:earlyMondays"
6+
],
7+
"packageRules": [
8+
{
9+
"matchDatasources": [
10+
"golang-version"
11+
],
12+
"rangeStrategy": "bump"
13+
}
614
]
715
}

0 commit comments

Comments
 (0)