We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a4270e commit ba54fcfCopy full SHA for ba54fcf
1 file changed
.github/renovate.json5
@@ -3,6 +3,17 @@
3
description: ['Use the config preset for the @fro.bot/systematic repository'],
4
extends: ['local>marcusrbrown/renovate-config', 'github>sanity-io/renovate-config:semantic-commit-type'],
5
packageRules: [
6
+ {
7
+ description: 'Only allow LTS versions of @types/node (even major versions)',
8
+ matchPackageNames: ['@types/node'],
9
+ allowedVersions: '/^v?([0-9]*[02468])\\./',
10
+ },
11
12
+ description: 'Only allow LTS versions of Node.js in GitHub Actions',
13
+ matchManagers: ['github-actions'],
14
+ matchPackageNames: ['node'],
15
+ allowedVersions: '/^([0-9]*[02468])$/',
16
17
{
18
matchPackageNames: [
19
'@semantic-release/{/,}**',
0 commit comments