@vingle/renovate-config
Advanced tools
Comparing version 1.0.19 to 2.0.0
{ | ||
"name": "@vingle/renovate-config", | ||
"version": "1.0.19", | ||
"version": "2.0.0", | ||
"description": "Renovate configurations for Vingle", | ||
"private": false, | ||
"files": [], | ||
"repository": { | ||
@@ -22,3 +23,5 @@ "type": "git", | ||
"default": { | ||
"extends": ["config:base"], | ||
"extends": [ | ||
"config:base" | ||
], | ||
"automerge": false, | ||
@@ -31,4 +34,8 @@ "automergeType": "branch-push", | ||
{ | ||
"packageNames": ["aws-sdk"], | ||
"schedule": ["on sunday"] | ||
"packageNames": [ | ||
"aws-sdk" | ||
], | ||
"schedule": [ | ||
"on sunday" | ||
] | ||
} | ||
@@ -51,3 +58,5 @@ ], | ||
"timezone": "Asia/Seoul", | ||
"assignees": ["mooyoul"] | ||
"assignees": [ | ||
"mooyoul" | ||
] | ||
}, | ||
@@ -57,11 +66,17 @@ "nodejs8": { | ||
{ | ||
"packageNames": ["node"], | ||
"packageNames": [ | ||
"node" | ||
], | ||
"allowedVersions": "~8.10.0" | ||
}, | ||
{ | ||
"packageNames": ["@types/node"], | ||
"packageNames": [ | ||
"@types/node" | ||
], | ||
"allowedVersions": "^8.10.0" | ||
}, | ||
{ | ||
"packageNames": ["npm"], | ||
"packageNames": [ | ||
"npm" | ||
], | ||
"allowedVersions": "^6.10.2" | ||
@@ -74,11 +89,17 @@ } | ||
{ | ||
"packageNames": ["node"], | ||
"packageNames": [ | ||
"node" | ||
], | ||
"allowedVersions": "^10.0.0" | ||
}, | ||
{ | ||
"packageNames": ["@types/node"], | ||
"packageNames": [ | ||
"@types/node" | ||
], | ||
"allowedVersions": "^10.0.0" | ||
}, | ||
{ | ||
"packageNames": ["npm"], | ||
"packageNames": [ | ||
"npm" | ||
], | ||
"allowedVersions": "^6.10.2" | ||
@@ -91,11 +112,17 @@ } | ||
{ | ||
"packageNames": ["node"], | ||
"packageNames": [ | ||
"node" | ||
], | ||
"allowedVersions": "^12.0.0" | ||
}, | ||
{ | ||
"packageNames": ["@types/node"], | ||
"packageNames": [ | ||
"@types/node" | ||
], | ||
"allowedVersions": "^12.0.0" | ||
}, | ||
{ | ||
"packageNames": ["npm"], | ||
"packageNames": [ | ||
"npm" | ||
], | ||
"allowedVersions": "^6.10.2" | ||
@@ -115,8 +142,9 @@ } | ||
"assignees": [ | ||
"mooyoul", | ||
"deerFried", | ||
"syeutyu" | ||
"mooyoul" | ||
] | ||
} | ||
}, | ||
"devDependencies": { | ||
"@vingle/semantic-release-config": "2.0.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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
5353
3
1
2