Skip to content

Commit

Permalink
add renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
maxileith committed Dec 15, 2023
1 parent 4618776 commit 0715f49
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"labels": ["dependency"],
"assignees": ["maxileith"],
"baseBranches": ["develop"],
"reviewers": ["maxileith"],
"prConcurrentLimit": 0,
"prHourlyLimit": 0,
"enabledManagers": ["nvm"],
"nvm": {
"versioning": "node",
"fileMatch": ["(^|/)\\.nvmrc$"]
},
"schedule": ["* 4 * * 1,2,3,4,5"]
}
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
lts/*
20.9.0

0 comments on commit 0715f49

Please sign in to comment.