Skip to content

Commit 3d34d60

Browse files
author
Terraform
committed
Automated: Create/modify Renovate config file
1 parent d9c716d commit 3d34d60

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

renovate.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"node_modules/**",
1414
".github/workflows/semgrep.yml"
1515
],
16+
"internalChecksFilter": "strict",
1617
"minimumReleaseAge": "7 days",
1718
"packageRules": [
1819
{
@@ -53,5 +54,9 @@
5354
}
5455
],
5556
"prConcurrentLimit": 10,
56-
"reviewersFromCodeOwners": true
57+
"prCreation": "not-pending",
58+
"reviewersFromCodeOwners": true,
59+
"schedule": [
60+
"* * * * 1-5"
61+
]
5762
}

0 commit comments

Comments
 (0)