Skip to content

Commit c65b890

Browse files
committed
ci(dependabot): add config for browser-tests npm dependencies
1 parent d542d7b commit c65b890

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,12 @@ updates:
88
prefix: "deps"
99
# Disable version updates and only allow security updates
1010
open-pull-requests-limit: 0
11+
12+
- package-ecosystem: "npm"
13+
directory: "/browser-tests"
14+
schedule:
15+
interval: "daily"
16+
commit-message:
17+
prefix: "deps"
18+
# Disable version updates and only allow security updates
19+
open-pull-requests-limit: 0

0 commit comments

Comments
 (0)