Skip to content

Commit

Permalink
Fix dependabot version bumping (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
SketchingDev authored Jul 20, 2023
1 parent eb98780 commit 529a79f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ updates:
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "yarn"
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "yarn"
- package-ecosystem: "npm"
directory: "/packages/genesys-web-messaging-tester-cli"
schedule:
interval: "weekly"
- package-ecosystem: "yarn"
- package-ecosystem: "npm"
directory: "/packages/genesys-web-messaging-tester"
schedule:
interval: "weekly"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ scenarios:
Then run the test by pointing to the test-script in the terminal:

```shell
web-messaging-tester tests/example-pass.yml
web-messaging-tester tests/example.yml
```

## Examples
Expand Down

0 comments on commit 529a79f

Please sign in to comment.