Skip to content

Commit 5b2dbf6

Browse files
authored
Add explicit action folders to dependabot configuration (#15525)
1 parent 1e43c7c commit 5b2dbf6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
version: 2
22
updates:
33
- package-ecosystem: github-actions
4-
directory: /
4+
directories:
5+
- "/"
6+
- ".github/actions/eclint"
7+
- ".github/actions/prepare-for-build"
58
open-pull-requests-limit: 25
69
schedule:
710
interval: monthly

0 commit comments

Comments
 (0)