Skip to content

Commit

Permalink
Merge branch 'master' of github.com:TiagoDanin/Locale-Codes
Browse files Browse the repository at this point in the history
  • Loading branch information
TiagoDanin committed Nov 17, 2019
2 parents 89412bb + 89faf2d commit 0389671
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@
"langs": "^2.0.0"
},
"devDependencies": {}
}
}
24 changes: 15 additions & 9 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
{
"extends": [
"config:base"
],
"assignees": [
"TiagoDanin"
],
"labels": [
"renovate"
]
"extends": [
"config:base"
],
"assignees": [
"TiagoDanin"
],
"labels": [
"renovate"
],
"rangeStrategy": "bump",
"statusCheckVerify": true,
"vulnerabilityAlerts": {
"labels": ["security"],
"assignees": ["TiagoDanin"]
}
}

0 comments on commit 0389671

Please sign in to comment.