Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Commit

Permalink
Merge pull request #11 from Fdawgs/ci/updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs authored May 2, 2022
2 parents 65aaaa5 + a6b0aee commit 9466c1b
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 12 deletions.
13 changes: 13 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
open-pull-requests-limit: 10

- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
open-pull-requests-limit: 10
15 changes: 15 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: CI workflow

on:
push:
paths-ignore:
- 'docs/**'
- '*.md'
pull_request:
paths-ignore:
- 'docs/**'
- '*.md'

jobs:
test:
uses: fastify/workflows/.github/workflows/plugins-ci.yml@v2
12 changes: 0 additions & 12 deletions .travis.yml

This file was deleted.

0 comments on commit 9466c1b

Please sign in to comment.