Skip to content

Commit

Permalink
build: Configure Renovate (#2)
Browse files Browse the repository at this point in the history
* Add renovate.json

* update: renovate configs

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: ronnnnn <xxxx.xyzs.xxxx@gmail.com>
  • Loading branch information
renovate[bot] and ronnnnn authored Jun 30, 2023
1 parent deac30b commit 0c4928e
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
"group:monorepos",
":semanticCommits",
":semanticCommitTypeAll(upgrade)",
":semanticCommitScopeDisabled"
],
"timezone": "Asia/Tokyo",
"labels": ["dep"],
"schedule": ["before 9am"],
"branchPrefix": "upgrade-renovate-",
"ignorePaths": [".github/"],
"major": {
"stabilityDays": 5
},
"minor": {
"stabilityDays": 3
},
"patch": {
"stabilityDays": 2
},
"assignees": ["@ronnnnn"],
"assigneesSampleSize": 1
}

0 comments on commit 0c4928e

Please sign in to comment.