@vingle/renovate-config
Advanced tools
Comparing version 1.0.18 to 1.0.19
{ | ||
"name": "@vingle/renovate-config", | ||
"version": "1.0.18", | ||
"version": "1.0.19", | ||
"description": "Renovate configurations for Vingle", | ||
@@ -83,2 +83,18 @@ "private": false, | ||
}, | ||
"nodejs12": { | ||
"packageRules": [ | ||
{ | ||
"packageNames": ["node"], | ||
"allowedVersions": "^12.0.0" | ||
}, | ||
{ | ||
"packageNames": ["@types/node"], | ||
"allowedVersions": "^12.0.0" | ||
}, | ||
{ | ||
"packageNames": ["npm"], | ||
"allowedVersions": "^6.10.2" | ||
} | ||
] | ||
}, | ||
"lambda": { | ||
@@ -85,0 +101,0 @@ "docker": { |
@@ -22,2 +22,4 @@ # Vingle Renovate configuration | ||
#### Node.js 8 | ||
```json | ||
@@ -27,5 +29,20 @@ { | ||
} | ||
``` | ||
``` | ||
#### Node.js 10 | ||
```json | ||
{ | ||
"extends": ["@vingle", "@vingle:nodejs10"] | ||
} | ||
``` | ||
#### Node.js 12 | ||
```json | ||
{ | ||
"extends": ["@vingle", "@vingle:nodejs12"] | ||
} | ||
``` | ||
### AWS Lambda specific presets | ||
@@ -32,0 +49,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3552
77