Skip to content

Commit 0414b88

Browse files
authored
Update Renovate config and CODEOWNERS (#504)
* Update renovate config and codeowners * Update renovate.json
1 parent d24ca9b commit 0414b88

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* @netlify/pillar-dev-workflow
1+
* @netlify/dev-workflow-pod-emea

renovate.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,9 @@
22
"extends": ["github>netlify/renovate-config:default"],
33
"ignorePresets": [":prHourlyLimit2"],
44
"semanticCommits": true,
5-
"dependencyDashboard": true
5+
"dependencyDashboard": true,
6+
"schedule": ["9am every friday"],
7+
"labels": ["area: dependencies"],
8+
"stabilityDays": 3,
9+
"prCreation": "not-pending"
610
}

0 commit comments

Comments
 (0)