Skip to content
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.

Commit

Permalink
AP-704 Setup and configure renovate (#105)
Browse files Browse the repository at this point in the history
AP-704 Setup and configure renovate
  • Loading branch information
Justin Anastos authored Sep 18, 2019
2 parents a3bf84e + 4be1fd2 commit 328dece
Show file tree
Hide file tree
Showing 4 changed files with 181 additions and 230 deletions.
17 changes: 16 additions & 1 deletion .autorc
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,20 @@
"plugins": [
"npm",
"released"
]
],
"labels": {
"patch": [
{
"name": "patch",
"title": "🐛 Bug Fix",
"description": "Increment the patch version when merged"
},
{
"name": "renovate",
"title": "⬆ Renovate Dependency Upgrade",
"description": "Automatic PR created by renovate for dependency upgrades",
"color": "yellow"
}
]
}
}
Loading

0 comments on commit 328dece

Please sign in to comment.