-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
25 lines (25 loc) · 1.13 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
{
"name": "@davidsneighbour/renovate-config",
"version": "1.2024.11",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/davidsneighbour/renovate-config.git"
},
"author": "Patrick Kollitsch <[email protected]>",
"bugs": {
"url": "https://github.com/davidsneighbour/renovate-config/issues"
},
"homepage": "https://github.com/davidsneighbour/renovate-config",
"scripts": {
"release": "commit-and-tag-version --sign --release-as patch -a -t \"v\" --releaseCommitMessageFormat \"chore(release): v{{currentTag}}\" && ./bin/release/postrelease",
"release:minor": "commit-and-tag-version --sign --release-as minor -a -t \"v\" --releaseCommitMessageFormat \"chore(release): v{{currentTag}}\" && ./bin/release/postrelease",
"update": "npm-check-updates -u && npm install && git add package*",
"verify": "export RENOVATE_CONFIG_FILE=default.json && npx --yes --package renovate -- renovate-config-validator"
},
"dependencies": {
"@davidsneighbour/prettier-config": "2024.3.46",
"@davidsneighbour/release-config": "2024.3.46",
"commit-and-tag-version": "^12.4.4"
}
}