Skip to content

Commit

Permalink
Add renovate.json (#19)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
2 people authored and tungnt247 committed Mar 5, 2021
1 parent b07f9e5 commit da7c517
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"packageRules": [
{ "updateTypes": ["major"], "addLabels": ["SemVer Major"] },
{ "updateTypes": ["minor"], "addLabels": ["SemVer Minor"] },
{ "updateTypes": ["patch", "digest", "bump"], "addLabels": ["SemVer Patch"] },
{ "languages": ["js"], "addLabels": ["JS"] },
{ "languages": ["ruby"], "addLabels": ["Ruby"] }
]
}

0 comments on commit da7c517

Please sign in to comment.