Skip to content

Commit

Permalink
Clean up dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alansemenov committed Nov 1, 2023
1 parent 11be3f8 commit 7197faf
Show file tree
Hide file tree
Showing 11 changed files with 440 additions and 437 deletions.
18 changes: 18 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,24 @@ updates:
- "alansemenov"
reviewers:
- "alansemenov"
- package-ecosystem: "npm"
directory: "/packages/eslint-config"
schedule:
interval: "weekly"
open-pull-requests-limit: 10
assignees:
- "alansemenov"
reviewers:
- "alansemenov"
- package-ecosystem: "npm"
directory: "/packages/utility-types"
schedule:
interval: "weekly"
open-pull-requests-limit: 10
assignees:
- "alansemenov"
reviewers:
- "alansemenov"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
node-version: [16.x, latest]
node-version: [18.x, latest]

steps:
- uses: actions/checkout@v4
Expand Down
Loading

0 comments on commit 7197faf

Please sign in to comment.