Skip to content

Commit b770318

Browse files
authored
Update renovate.json to wait 3 days for py and actions updates (#10472)
Signed-off-by: Venktesh Patel <ve.patel@f5.com>
1 parent d10684f commit b770318

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

renovate.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@
3535
"matchDatasources": [
3636
"pypi"
3737
],
38-
"groupName": "python dependencies"
38+
"groupName": "python dependencies",
39+
"minimumReleaseAge": "3 days"
3940
},
4041
{
4142
"addLabels": [
@@ -70,7 +71,8 @@
7071
"matchManagers": [
7172
"github-actions"
7273
],
73-
"groupName": "github actions"
74+
"groupName": "github actions",
75+
"minimumReleaseAge": "3 days"
7476
},
7577
{
7678
"matchPackageNames": [

0 commit comments

Comments
 (0)