Skip to content

Commit 2bf56c0

Browse files
committed
Let renovate bump go versions
1 parent 3a0ff5b commit 2bf56c0

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,16 @@
33
"extends": [
44
"github>nginxinc/k8s-common",
55
"schedule:earlyMondays"
6+
],
7+
"packageRules": [
8+
{
9+
"matchDepTypes": [
10+
"golang"
11+
],
12+
"matchManagers": [
13+
"gomod"
14+
],
15+
"rangeStrategy": "bump"
16+
}
617
]
718
}

0 commit comments

Comments
 (0)