Skip to content

Commit

Permalink
Update to the latest Node.js v20
Browse files Browse the repository at this point in the history
  • Loading branch information
seanpoulter committed Apr 18, 2024
1 parent 0c2b36b commit af79036
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 6 deletions.
26 changes: 21 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,23 @@
---
version: 2

updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: weekly
open-pull-requests-limit: 10
- package-ecosystem: npm
directory: "/"
schedule:
interval: weekly
time: "11:00"
open-pull-requests-limit: 10
versioning-strategy: increase-if-necessary
groups:
"webdriverio/*":
patterns:
- "@wdio/*"
- "webdriver"
- "webdriverio"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
time: "11:00"
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v20.1.0
v20.12.2

0 comments on commit af79036

Please sign in to comment.