Skip to content

Commit

Permalink
chore: ci flow cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed Aug 10, 2020
1 parent 09d10b6 commit d8a88d9
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 12 deletions.
33 changes: 24 additions & 9 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,26 @@
version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: weekly
open-pull-requests-limit: 10
reviewers:
- erunion
labels:
- scope:dependency
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: weekly
reviewers:
- erunion
labels:
- scope:dependency
commit-message:
prefix: chore(deps)
prefix-development: chore(deps-dev)

- package-ecosystem: npm
directory: "/"
schedule:
interval: weekly
open-pull-requests-limit: 10
reviewers:
- erunion
labels:
- scope:dependency
commit-message:
prefix: chore(deps)
prefix-development: chore(deps-dev)
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ jobs:
node-version: ${{ matrix.node-version }}

- name: Install deps
run: |
npm ci
npx lerna bootstrap
run: npm ci

- name: Run tests
run: npm test
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"bootstrap": "lerna bootstrap",
"clean": "lerna clean",
"lint": "lerna run lint --stream",
"postinstall": "npm run bootstrap",
"publish": "lerna publish",
"test": "lerna run test --stream",
"version": "conventional-changelog --pkg lerna.json -i CHANGELOG.md -s && git add CHANGELOG.md"
Expand Down

0 comments on commit d8a88d9

Please sign in to comment.