UNPKG

@episclera/renovate-config

Version:
69 lines (68 loc) 1.54 kB
{ "name": "@episclera/renovate-config", "description": "A shareable renovate config.", "version": "1.48.2", "license": "MIT", "publishConfig": { "access": "public" }, "author": { "name": "Episclera", "email": "episclera@episclera.com", "url": "https://episclera.com" }, "homepage": "https://episclera.github.io/multipack/", "repository": { "type": "git", "url": "https://github.com/episclera/multipack" }, "collective": { "type": "opencollective", "url": "https://opencollective.com/episclera" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/episclera" }, "keywords": [ "multipack", "renovate" ], "bugs": { "url": "https://github.com/episclera/multipack/issues" }, "scripts": { "build": "echo \"This package doesn't need to be compiled!\"", "watch": "echo \"This package doesn't need to be compiled!\"", "postinstall": "opencollective-postinstall || exit 0" }, "dependencies": { "opencollective-postinstall": "2.0.3" }, "gitHead": "45f95ee4ca6b4ab10b4101803cf2f3d758e61369", "renovate-config": { "default": { "extends": [ "config:base" ], "baseBranches": [ "develop" ], "labels": [ "renovate", "enhancement" ], "packageRules": [ { "updateTypes": [ "minor", "patch", "pin", "digest" ], "automerge": true } ] } } }