We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d542d7b commit c65b890Copy full SHA for c65b890
1 file changed
.github/dependabot.yml
@@ -8,3 +8,12 @@ updates:
8
prefix: "deps"
9
# Disable version updates and only allow security updates
10
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