Skip to content

Commit

Permalink
Merge pull request #50 from Fdawgs/build/dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
jsumners committed Nov 17, 2021
2 parents 41d0ba8 + 395cfd5 commit 1f276b9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Expand Up @@ -2,6 +2,10 @@ version: 2
updates:
- package-ecosystem: github-actions
directory: '/'
ignore:
- dependency-name: 'actions/*'
update-types:
['version-update:semver-minor', 'version-update:semver-patch']
schedule:
interval: daily
open-pull-requests-limit: 10
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -19,10 +19,10 @@ jobs:

steps:

- uses: actions/checkout@v2.4.0
- uses: actions/checkout@v2

- name: Use Node.js
uses: actions/setup-node@v2.4.1
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/package-manager-ci.yml
Expand Up @@ -17,9 +17,9 @@ jobs:
os: [macOS-latest, windows-latest]
node-version: [12, 14, 16]
steps:
- uses: actions/checkout@v2.4.0
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2.4.1
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- name: Use pnpm
Expand All @@ -39,9 +39,9 @@ jobs:
os: [macOS-latest]
node-version: [12, 14, 16]
steps:
- uses: actions/checkout@v2.4.0
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2.4.1
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- name: Use yarn
Expand Down

0 comments on commit 1f276b9

Please sign in to comment.