Skip to content

Commit

Permalink
Setup dependabot to upgrade REST client _dev_ dependencies so that li…
Browse files Browse the repository at this point in the history
…brary clients can specify their own versions of production dependencies
  • Loading branch information
ushkarev committed Oct 6, 2023
1 parent a5ea523 commit 81dfad1
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 4 deletions.
18 changes: 18 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
version: 2
updates:
- package-ecosystem: npm
directory: /clients/node
allow:
- dependency-type: development
ignore:
- dependency-type: production
- dependency-name: @types/node
versions:
- ">=19"
schedule:
interval: weekly

- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
4 changes: 2 additions & 2 deletions clients/node/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions clients/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"node": "18 || 20"
},
"dependencies": {
"agentkeepalive": "~4",
"superagent": "~8"
"agentkeepalive": ">=4",
"superagent": ">=8"
},
"devDependencies": {
"@tsconfig/node18": "^18.2.2",
Expand Down

0 comments on commit 81dfad1

Please sign in to comment.