Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@bazzite/renovate-config

Package Overview
Dependencies
Maintainers
2
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bazzite/renovate-config - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

6

CHANGELOG.md

@@ -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 @@

40

package.json
{
"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"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc