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 a3081e6
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,18 @@
"reviewers": ["maxileith"],
"prConcurrentLimit": 0,
"prHourlyLimit": 0,
"enabledManagers": ["nvm"],
"enabledManagers": ["nvm", "npm"],
"nvm": {
"commitMessagePrefix": "nvm:"
},
"npm": {
"commitMessagePrefix": "npm:",
"packageRules": [
{
"matchDepTypes": ["engines"]
}
]
},
"schedule": ["* 4 * * 1,2,3,4,5"],
"semanticCommits": "disabled"
}

0 comments on commit a3081e6

Please sign in to comment.