We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f86a97a commit f098dadCopy full SHA for f098dad
go.mod
@@ -1,6 +1,5 @@
1
module github.com/nginxinc/nginx-asg-sync
2
3
-// renovate: datasource=golang-version depName=golang
4
go 1.22.5
5
6
require (
renovate.json
@@ -3,5 +3,13 @@
"extends": [
"github>nginxinc/k8s-common",
"schedule:earlyMondays"
+ ],
7
+ "packageRules": [
8
+ {
9
+ "matchDatasources": [
10
+ "golang-version"
11
12
+ "rangeStrategy": "bump"
13
+ }
14
]
15
}
0 commit comments