Skip to content

Commit

Permalink
renovate: add node engine
Browse files Browse the repository at this point in the history
  • Loading branch information
maxileith committed Dec 16, 2023
1 parent b76f105 commit e4e1da6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,14 @@
"reviewers": ["maxileith"],
"prConcurrentLimit": 0,
"prHourlyLimit": 0,
"enabledManagers": ["nvm"],
"enabledManagers": ["nvm", "npm"],
"nvm": {
"commitMessagePrefix": "nvm:"
},
"npm": {
"commitMessagePrefix": "npm:"
},
"schedule": ["* 4 * * 1,2,3,4,5"],
"semanticCommits": "disabled"
"semanticCommits": "disabled",
"rangeStrategy": "bump"
}

0 comments on commit e4e1da6

Please sign in to comment.