Skip to content

Commit

Permalink
Add Renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
back-2-95 committed Aug 18, 2021
1 parent bd11434 commit 88e384d
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"baseBranches": [
"main"
],
"extends": [
"config:base",
":preserveSemverRanges",
":disableRateLimiting"
],
"dependencyDashboard": true,
"rangeStrategy": "replace",
"separateMajorMinor": true,
"separateMinorPatch": true,
"separateMultipleMajor": true,
"timezone": "Europe/Helsinki",
"vulnerabilityAlerts": {
"labels": ["security"]
}
}

0 comments on commit 88e384d

Please sign in to comment.