Skip to content

Commit

Permalink
Merge branch 'ci/updates'
Browse files Browse the repository at this point in the history
  • Loading branch information
Frazer Smith committed Mar 1, 2021
2 parents 9ca62c0 + 8e0ca65 commit cbb47b9
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
10 changes: 8 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,22 @@
version: 2
updates:
- package-ecosystem: github-actions
commit-message:
include: scope
prefix: build
directory: /
schedule:
interval: monthly
open-pull-requests-limit: 99
open-pull-requests-limit: 25

- package-ecosystem: npm
commit-message:
include: scope
prefix: build
directory: /
ignore:
- dependency-name: "husky"
versions: ["5.x"]
schedule:
interval: monthly
open-pull-requests-limit: 99
open-pull-requests-limit: 25
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v2.3.4
- uses: actions/setup-node@v2.1.5
with:
node-version: 14.x
node-version: 14
registry-url: https://registry.npmjs.org/
- run: npm publish --ignore-scripts
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v2.3.4
- uses: actions/setup-node@v2.1.5
with:
node-version: 14.x
node-version: 14
- name: Install
run: npm install --ignore-scripts
- name: Run ESLint
Expand All @@ -46,7 +46,7 @@ jobs:
if: github.event.pull_request.draft == false
strategy:
matrix:
node-version: [10.x, 12.x, 14.x]
node-version: [10, 12, 14]
os: [macos-latest, ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/link-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
- uses: actions/checkout@v2.3.4
- uses: actions/setup-node@v2.1.5
with:
node-version: 14.x
node-version: 14
- name: Run Linkinator
run: npx linkinator '{,!(node_modules)/**/}*.md' --skip 'https://github.com/Fdawgs/.*/(commit|issues)/, http://0.0.0.0'

0 comments on commit cbb47b9

Please sign in to comment.