Skip to content

Commit 735b918

Browse files
authored
Limit PRs from renovate to once a day (#2720)
1 parent 5e995ef commit 735b918

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

renovate.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
4-
"github>nginxinc/k8s-common"
4+
"github>nginxinc/k8s-common",
5+
"schedule:daily"
56
],
67
"kubernetes": {
78
"fileMatch": [

0 commit comments

Comments
 (0)