Skip to content

Commit

Permalink
feat: add renovate & remove dependabot. (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
aorinevo authored May 4, 2020
1 parent 5f47971 commit 34adafb
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .dependabot/config.yml

This file was deleted.

43 changes: 43 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"extends": [
"config:base",
"docker:enableMajor",
"default:automergeDigest"
],
"postUpdateOptions": [
"npmDedupe"
],
"rangeStrategy": "update-lockfile",
"lockFileMaintenance": {
"enabled": true,
"automerge": true
},
"engines": {
"enabled": false,
"npm": {
"enabled": false
},
"node": {
"enabled": false
}
},
"branchPrefix": "renovate_",
"semanticCommits": true,
"semanticCommitScope": "deps",
"labels": ["dependencies"],
"timezone": "America/New_York",
"schedule": ["before 4am", "after 11pm"],
"stabilityDays": 1,
"vulnerabilityAlerts": {
"labels": ["security"]
},
"masterIssue": true,
"masterIssueAutoclose": true,
"node": {
"supportPolicy": ["lts_latest"],
"semanticCommitScope": "docker",
"automerge": true
},
"packageRules": [
]
}

0 comments on commit 34adafb

Please sign in to comment.