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 c476f5f commit 0aa30a2Copy full SHA for 0aa30a2
renovate.json
@@ -0,0 +1,25 @@
1
+{
2
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
+ "configMigration": true,
4
+ "extends": [
5
+ ":label(Dependencies)",
6
+ ":pinDevDependencies",
7
+ ":semanticCommitsDisabled",
8
+ "group:monorepos",
9
+ "group:recommended",
10
+ "replacements:all",
11
+ "workarounds:all",
12
+ "npm:unpublishSafe"
13
+ ],
14
+ "enabledManagers": ["github-actions", "npm", "nvm"],
15
+ "ignorePaths": ["**/node_modules/**", "**/.yarn/sdks/**"],
16
+ "postUpdateOptions": ["yarnDedupeHighest"],
17
+ "timezone": "America/New_York",
18
+ "schedule": ["before 6am on Monday"],
19
+
20
+ "lockFileMaintenance": {
21
+ "enabled": true,
22
+ "schedule": ["on the 1st day of the month before 6am"]
23
+ },
24
+ "osvVulnerabilityAlerts": true
25
+}
0 commit comments