1 parent e8d0ee5 commit c45036bCopy full SHA for c45036b
1 file changed
.github/dependabot.yml
@@ -7,6 +7,27 @@ updates:
7
labels:
8
- 'no-changelog'
9
10
+ - package-ecosystem: 'github-actions'
11
+ directory: .github/actions/build-vsix
12
+ schedule:
13
+ interval: daily
14
+ labels:
15
+ - 'no-changelog'
16
+
17
18
+ directory: .github/actions/lint
19
20
21
22
23
24
25
+ directory: .github/actions/smoke-test
26
27
28
29
30
31
# Not skipping the news for some Python dependencies in case it's actually useful to communicate to users.
32
- package-ecosystem: 'pip'
33
directory: /
0 commit comments