-
- Downloads
chore: common CI
Showing
- .commitlintrc.json 3 additions, 0 deletions.commitlintrc.json
- .gitlab-ci.yml 1 addition, 1 deletion.gitlab-ci.yml
- .npmrc 1 addition, 0 deletions.npmrc
- package-lock.json 13398 additions, 0 deletionspackage-lock.json
- package.json 19 additions, 0 deletionspackage.json
- renovate.json 0 additions, 3 deletionsrenovate.json
.commitlintrc.json
0 → 100644
.npmrc
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
{ | ||
"name": "OpenID-Connect-Java-Spring-Server", | ||
"version": "0.0.0-development", | ||
"private": true, | ||
"devDependencies": { | ||
"@commitlint/config-conventional": "17.8.1", | ||
"@commitlint/cz-commitlint": "17.8.1", | ||
"@perun/commitlint-config-perun": "^1.0.0", | ||
"@perun/semantic-release-perun-config": "^1.0.1", | ||
"commitizen": "4.3.0", | ||
"inquirer": "8.2.6", | ||
"prettier": "^3.2.4" | ||
}, | ||
"config": { | ||
"commitizen": { | ||
"path": "./node_modules/@commitlint/cz-commitlint" | ||
} | ||
} | ||
} |
renovate.json
deleted
100644 → 0
Please register or sign in to comment