Skip to content

Commit feddc85

Browse files
authored
chore: Fix renovate schedule setting (#291)
1 parent 79ab85c commit feddc85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/renovate.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
{
99
"matchDatasources": ["go"],
1010
"matchPackageNames": ["gopkg.in/yaml.v3", "golang.org/x/net"],
11-
"schedule": "before 3am on the first tuesday of the month"
11+
"schedule": "before 3am on the first day of the month"
1212
}
1313
]
1414
}

0 commit comments

Comments
 (0)