Skip to content

Commit

Permalink
Merge pull request #469 from xeroxinteractive/AL-dep-prerelease
Browse files Browse the repository at this point in the history
Cleanup + auto prereleases
  • Loading branch information
AndrewLeedham authored Nov 6, 2020
2 parents 147295a + 448a4e2 commit 0b58a45
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 27 deletions.
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 @@ -104,7 +90,7 @@
{
"name": "change: dependencies",
"changelogTitle": "Dependencies",
"description": "Updates to dependancies only",
"description": "Updates to dependencies only",
"releaseType": "patch"
},
{
Expand Down

0 comments on commit 0b58a45

Please sign in to comment.