Skip to content

Commit

Permalink
[sc-33444] Configure Dependabot (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
namoscato authored Feb 4, 2024
1 parent e5d270a commit c5b1ca3
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 3 deletions.
32 changes: 32 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "monthly"
reviewers:
- "namoscato"
- "nrutman"
groups:
eslint:
patterns:
- "@typescript-eslint/*"
- "eslint"
- "eslint-*"
jest:
patterns:
- "@babel/*"
- "@types/jest"
- "jest"
typescript:
patterns:
- "@tsconfig/*"
- "typescript"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
reviewers:
- "namoscato"
- "nrutman"
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![npm version](https://badge.fury.io/js/@fieldguide%2Fpipeline.svg)](https://www.npmjs.com/package/@fieldguide/pipeline)

# Pipeline

A type-safe toolkit to easily compose synchronous process chains in TypeScript/JavaScript
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/fieldguide/pipeline.git"
"url": "git+https://github.com/Fieldguide/pipeline.git"
},
"files": [
"build/"
Expand All @@ -31,9 +31,9 @@
"author": "Fieldguide",
"license": "MIT",
"bugs": {
"url": "https://github.com/fieldguide/pipeline/issues"
"url": "https://github.com/Fieldguide/pipeline/issues"
},
"homepage": "https://github.com/fieldguide/pipeline#readme",
"homepage": "https://github.com/Fieldguide/pipeline#readme",
"devDependencies": {
"@babel/core": "^7.21.8",
"@babel/preset-env": "^7.21.5",
Expand Down

0 comments on commit c5b1ca3

Please sign in to comment.