We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48174c3 commit 1ed50b3Copy full SHA for 1ed50b3
1 file changed
.github/dependabot.yml
@@ -3,7 +3,8 @@ updates:
3
- package-ecosystem: "npm"
4
directory: "extensions/ql-vscode"
5
schedule:
6
- interval: "daily"
+ interval: "weekly"
7
+ day: "thursday" # Thursday is arbitrary
8
labels:
9
- "Update dependencies"
10
ignore:
@@ -12,7 +13,8 @@ updates:
12
13
- package-ecosystem: "github-actions"
14
directory: ".github"
15
16
17
18
19
20
0 commit comments