@bazzite/renovate-config
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -5,2 +5,8 @@ # Changelog | ||
### [0.1.3](https://github.com/bazzite/renovate-config/compare/v0.1.5...v0.1.3) (2019-10-12) | ||
### [0.1.5](https://github.com/bazzite/renovate-config/compare/v0.1.4...v0.1.5) (2019-10-12) | ||
### [0.1.4](https://github.com/bazzite/renovate-config/compare/v0.1.2...v0.1.4) (2019-10-12) | ||
### 0.1.2 (2019-09-13) | ||
@@ -7,0 +13,0 @@ |
{ | ||
"name": "@bazzite/renovate-config", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Bazzite presets for Renovate", | ||
"contributors": [ | ||
"Julio Marquez <j@bazzite.com>" | ||
], | ||
"license": "MIT", | ||
"homepage": "https://github.com/bazzite/renovate-config", | ||
"bugs": { | ||
"url": "https://github.com/bazzite/renovate-config/issues" | ||
}, | ||
"repository": { | ||
@@ -14,12 +13,17 @@ "type": "git", | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/bazzite/renovate-config/issues" | ||
}, | ||
"license": "MIT", | ||
"contributors": [ | ||
"Julio Marquez <j@bazzite.com>" | ||
], | ||
"files": [], | ||
"scripts": { | ||
"validate": "renovate-config-validator", | ||
"prepare": "yarn run test", | ||
"release": "standard-version && git push --follow-tags && npm publish", | ||
"prepare": "yarn run test", | ||
"test": "yarn run validate" | ||
"test": "yarn run validate", | ||
"validate": "renovate-config-validator" | ||
}, | ||
"files": [], | ||
"devDependencies": { | ||
"renovate": "19.59.10", | ||
"standard-version": "7.0.0" | ||
}, | ||
"renovate-config": { | ||
@@ -43,10 +47,10 @@ "default": { | ||
"schedule": [ | ||
"after 9am and before 7pm on Friday" | ||
] | ||
"after 9am and before 7pm on Friday", | ||
"after 9am and before 7pm on Saturday" | ||
], | ||
"lockFileMaintenance": { | ||
"enabled": true | ||
} | ||
} | ||
}, | ||
"devDependencies": { | ||
"renovate": "19.43.1", | ||
"standard-version": "7.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
3518
2