Socket
Socket
Sign inDemoInstall

@qonto/renovate-config

Package Overview
Dependencies
0
Maintainers
3
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.1 to 0.3.2

24

package.json
{
"name": "@qonto/renovate-config",
"version": "0.3.1",
"version": "0.3.2",
"description": "Shareable renovatebot config presets for Qonto",
"repository": "https://gitlab.qonto.co/front/qonto-renovate-config.git",
"repository": "https://gitlab.qonto.co/npm-packages/qonto-renovate-config.git",
"license": "UNLICENSED",

@@ -15,5 +15,5 @@ "scripts": {

"devDependencies": {
"auto-changelog": "2.2.1",
"release-it": "14.2.0",
"renovate": "23.57.0"
"auto-changelog": "2.3.0",
"release-it": "14.11.5",
"renovate": "26.1.2"
},

@@ -34,3 +34,4 @@ "publishConfig": {

"@qonto:separateMinorEmberReleases",
"@qonto:yarnDedupe"
"@qonto:yarnDedupe",
"@qonto:pinnedPackages"
]

@@ -53,3 +54,4 @@ },

"@qonto:fixLintIssues",
"@qonto:yarnDedupe"
"@qonto:yarnDedupe",
"@qonto:pinnedPackages"
],

@@ -162,4 +164,12 @@ "rangeStrategy": "bump",

]
},
"pinnedPackages": {
"packageRules": [
{
"matchPackageNames": ["ua-parser-js"],
"allowedVersions": "<=0.7.28"
}
]
}
}
}
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc