Skip to content

Commit

Permalink
Merge pull request #8 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 9fbb361 + 25feda3 commit e4fe1ac
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .github/dependabot.yml
Expand Up @@ -6,8 +6,12 @@ updates:
interval: daily
open-pull-requests-limit: 10

- package-ecosystem: 'github-actions'
- 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
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -9,9 +9,9 @@ jobs:
node-version: [12.x, 14.x, 16.x, 17.x]
steps:
- name: Checkout
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 }}
- name: Restore cached dependencies
Expand Down

0 comments on commit e4fe1ac

Please sign in to comment.