Skip to content

Commit

Permalink
Merge branch 'master' of github.com:fastify/light-my-request
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollina committed Feb 17, 2022
2 parents 9d484c1 + 46781cc commit 275a6c1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
13 changes: 7 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: '/'
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: daily
interval: "monthly"
open-pull-requests-limit: 10
- package-ecosystem: npm
directory: '/'

- package-ecosystem: "npm"
directory: "/"
schedule:
interval: daily
interval: "weekly"
open-pull-requests-limit: 10
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
- ubuntu-latest
- windows-latest
steps:
- uses: actions/checkout@v2.4.0
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2.5.1
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- name: Install Dependencies
Expand Down

0 comments on commit 275a6c1

Please sign in to comment.