Skip to content

Commit 2b1ed66

Browse files
committed
ci: added alternate sources for dependabot updates
Signed-off-by: Frederic BIDON <[email protected]>
1 parent 6cd4d95 commit 2b1ed66

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/dependabot.yaml

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+
- "/ci-jobs/bot-credentials"
7+
- "/ci-jobs/next-tag"
58
schedule:
69
interval: "daily"
710
open-pull-requests-limit: 2 # <- default is 5

0 commit comments

Comments
 (0)