Skip to content

Commit

Permalink
Configure Renovate (#157)
Browse files Browse the repository at this point in the history
* chore(deps): add renovate.json

* configure renovate and dependabot

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Fuxing Loh <[email protected]>
  • Loading branch information
renovate[bot] and fuxingloh committed Aug 20, 2022
1 parent fd84d6c commit e0facd3
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
version: 2
updates:
- package-ecosystem: 'npm'
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'monthly'
interval: 'daily'
labels:
- "kind/dependencies"
- 'kind/dependencies'
commit-message:
include: scope
prefix: bump
24 changes: 24 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base", ":semanticCommitTypeAll(bump)"],
"dependencyDashboard": true,
"dependencyDashboardAutoclose": false,
"major": {
"dependencyDashboardApproval": true
},
"rangeStrategy": "bump",
"packageRules": [
{
"matchManagers": ["github-actions"],
"enabled": false
},
{
"matchPackagePatterns": ["eslint"],
"groupName": "eslint"
},
{
"matchPackagePatterns": ["jest"],
"groupName": "jest"
}
]
}

0 comments on commit e0facd3

Please sign in to comment.