-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.6 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "@developling/renovate-config",
"version": "0.1.6",
"description": "Developling-webdevelopment presets for Renovate",
"license": "MIT",
"homepage": "https://github.com/developling-webdevelopment/renovate-config",
"repository": {
"type": "git",
"url": "git+https://github.com/developling-webdevelopment/renovate-config.git"
},
"bugs": {
"url": "https://github.com/developling-webdevelopment/renovate-config/issues"
},
"scripts": {
"validate": "renovate-config-validator",
"test": "npm run validate",
"release": "standard-version && git push --follow-tags && npm publish --access public",
"prepare": "npm run test"
},
"files": [],
"renovate-config": {
"default": {
"description": "Default config for Developling-webdevelopment repositories",
"extends": [
"config:base",
"group:allNonMajor",
":semanticCommitTypeAll(chore)"
],
"meteor": {
"enabled": false
},
"rangeStrategy": "bump",
"assignees": [
"vanling"
],
"npm": {
"commitMessageTopic": "{{prettyDepType}} {{depName}}"
},
"packageRules": [
{
"groupName": "vueuse",
"groupSlug": "vueuse",
"matchPackageNames": [
"@vueuse/core",
"@vueuse/nuxt",
"@vueuse/math"
]
}
]
}
},
"devDependencies": {
"renovate": "^39.62.2",
"commit-and-tag-version": "^12.5.0"
},
"main": "index.js",
"dependencies": {
"conventional-changelog-eslint": "^6.0.0",
"prettier": "^3.4.2"
},
"author": ""
}