Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup + auto prereleases #469

Merged
merged 4 commits into from
Nov 6, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 6 additions & 9 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,12 @@

version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: "daily"
commit-message:
prefix: "chore"
include: "scope"
target-branch: "next"
interval: 'daily'
target-branch: 'next'
labels:
- "dependencies"
- 'change: dependencies'
allow:
- dependency-type: "direct"
- dependency-type: 'direct'
2 changes: 1 addition & 1 deletion .github/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
description: Improve performance of an existing feature
color: fcf3b8
- name: 'change: dependencies'
description: Updates to dependancies only
description: Updates to dependencies only
color: fcf3b8
- name: 'change: tests'
description: Add or improve existing tests
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ on:
push:
branches:
- release
- next

name: Publish

Expand Down
1 change: 0 additions & 1 deletion .huskyrc.js

This file was deleted.

18 changes: 2 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,6 @@
"deploy": "auto shipit",
"test": "jest --testPathIgnorePatterns packages && lerna exec jest -- --passWithNoTests"
},
"commitlint": {
"extends": [
"./packages/xerox-commitlint-config/index.json"
]
},
"husky": {
"hooks": {
"commit-msg": "commitlint --env HUSKY_GIT_PARAMS"
}
},
"eslintConfig": {
"extends": [
"./packages/xerox-eslint-config/index.js"
Expand All @@ -38,16 +28,12 @@
],
"devDependencies": {
"@auto-it/slack": "^10.2.1",
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"auto": "^10.2.1",
"eslint": "^7.11.0",
"husky": "^4.3.0",
"jest": "^26.5.2",
"jest-package-audit": "^3.1.2",
"lerna": "^3.22.1",
"prettier": "^2.1.2",
"semantic-release-plus": "^18.2.2"
"prettier": "^2.1.2"
},
"resolutions": {
"acorn": ">=7.1.1",
Expand Down Expand Up @@ -103,7 +89,7 @@
{
"name": "change: dependencies",
"changelogTitle": "Dependencies",
"description": "Updates to dependancies only",
"description": "Updates to dependencies only",
"releaseType": "patch"
},
{
Expand Down