Skip to content

Commit

Permalink
Renovado
Browse files Browse the repository at this point in the history
  • Loading branch information
pekkis committed May 17, 2024
1 parent 809c8b7 commit 9cf4507
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended", "schedule:daily", "group:allNonMajor"],
"assignees": ["pekkis"],
"timezone": "Europe/Helsinki",
"extends": [
"config:recommended",
":disableVulnerabilityAlerts",
"schedule:monthly",
"group:allNonMajor",
"group:jsUnitTest",
"group:jsTest"
],
"npm": {
"stabilityDays": 21
},
"ignoreDeps": [],
"rebaseWhen": "never",
"dependencyDashboard": true,
"rangeStrategy": "bump"
}

0 comments on commit 9cf4507

Please sign in to comment.