We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d24ca9b commit 0414b88Copy full SHA for 0414b88
.github/CODEOWNERS
@@ -1 +1 @@
1
-* @netlify/pillar-dev-workflow
+* @netlify/dev-workflow-pod-emea
renovate.json
@@ -2,5 +2,9 @@
2
"extends": ["github>netlify/renovate-config:default"],
3
"ignorePresets": [":prHourlyLimit2"],
4
"semanticCommits": true,
5
- "dependencyDashboard": true
+ "dependencyDashboard": true,
6
+ "schedule": ["9am every friday"],
7
+ "labels": ["area: dependencies"],
8
+ "stabilityDays": 3,
9
+ "prCreation": "not-pending"
10
}
0 commit comments