@ianwalter/renovate-config
Version:
Ian's Renovate config preset
93 lines (92 loc) • 2.06 kB
JSON
{
"name": "@ianwalter/renovate-config",
"version": "1.5.0",
"description": "Ian's Renovate config preset",
"main": "package.json",
"scripts": {
"test": "renovate-config-validator"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ianwalter/ianwalter.git",
"directory": "packages/renovate-config"
},
"keywords": [
"renovate",
"config",
"preset"
],
"author": {
"name": "Ian Walter",
"url": "https://ianwalter.dev"
},
"license": "SEE LICENSE IN LICENSE",
"publishConfig": {
"access": "public"
},
"bugs": {
"url": "https://github.com/ianwalter/ianwalter/issues"
},
"homepage": "https://github.com/ianwalter/ianwalter/blob/main/packages/renovate-config#readme",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/ianwalter"
},
"devDependencies": {
"renovate": "^34.102.7"
},
"renovate-config": {
"default": {
"extends": [
":combinePatchMinorReleases",
":ignoreUnstable",
":prImmediately",
":renovatePrefix",
":updateNotScheduled",
":ignoreModulesAndTests",
":rebaseStalePrs"
],
"rangeStrategy": "bump",
"suppressNotifications": [
"prIgnoreNotification"
],
"packageRules": [
{
"matchPackagePatterns": [
"^@ianwalter/bff"
],
"groupName": "bff"
},
{
"matchPackagePatterns": [
"^@ianwalter/nrg"
],
"groupName": "nrg"
},
{
"matchPackagePatterns": [
"^@sentry"
],
"groupName": "Sentry"
},
{
"matchPackagePatterns": [
"^@emotion"
],
"groupName": "Emotion"
},
{
"matchPackageNames": [
"react",
"react-dom"
],
"groupName": "React"
}
],
"ignorePaths": [
"**/archived/**"
],
"reviewers": []
}
}
}