Skip to content

Commit 0aa30a2

Browse files
Configure Renovate (#2)
* Add renovate.json * Update config --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Steve Repsher <[email protected]>
1 parent c476f5f commit 0aa30a2

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

renovate.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)