We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9307c6d commit 9c15d91Copy full SHA for 9c15d91
.github/dependabot.yml
@@ -22,3 +22,8 @@ updates:
22
schedule:
23
interval: "weekly"
24
open-pull-requests-limit: 50
25
+ - package-ecosystem: "npm"
26
+ directory: "/"
27
+ schedule:
28
+ interval: "weekly"
29
+ open-pull-requests-limit: 50
.github/workflows/ci.yml
@@ -1,8 +1,6 @@
1
name: CI
2
3
on:
4
- workflow_dispatch:
5
- pull_request:
6
push:
7
branches:
8
- main
0 commit comments