We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aba3039 + 1ed50b3 commit 4f5ca0bCopy full SHA for 4f5ca0b
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