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 41a1a0d commit a77270bCopy full SHA for a77270b
renovate.json
@@ -1,7 +1,8 @@
1
{
2
"extends": [
3
"config:base",
4
- ":gitSignOff"
+ ":gitSignOff",
5
+ ":disableDependencyDashboard"
6
],
7
"labels": [
8
"dependency"
@@ -13,12 +14,22 @@
13
14
15
"matchPackagePatterns": [
16
"k8s.io/utils",
- "sigs.k8s.io/controller-runtime/tools/setup-envtest"
17
+ "sigs.k8s.io/controller-runtime/tools/setup-envtest",
18
+ "github.com/minio/minio-go/v7"
19
20
"schedule": [
21
"on the first day of the month"
22
23
"automerge": true
24
+ },
25
+ {
26
+ "matchPackagePatterns": [
27
+ "github.com/urfave/cli/v2"
28
+ ],
29
+ "groupName": "urfave/cli/v2",
30
+ "schedule": [
31
+ "on the first day of the month"
32
+ ]
33
}
34
35
"prBodyNotes": [
0 commit comments