Skip to content

Commit

Permalink
Merge pull request #113 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 373dc34 + b9b9207 commit 91a0516
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions .github/dependabot.yml
@@ -1,12 +1,16 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: "/"
directory: '/'
ignore:
- dependency-name: 'actions/*'
update-types:
['version-update:semver-minor', 'version-update:semver-patch']
schedule:
interval: daily
open-pull-requests-limit: 10
- package-ecosystem: npm
directory: "/"
directory: '/'
schedule:
interval: daily
open-pull-requests-limit: 10
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Expand Up @@ -19,9 +19,9 @@ jobs:
node-version: [12.x, 14.x, 16.x]

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 }}
- run: node --version
Expand Down

0 comments on commit 91a0516

Please sign in to comment.