Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
directories:
- "/"
# Required to update composite actions.
# See: https://github.com/dependabot/dependabot-core/issues/6704
- "/devops/actions/*"
- "/devops/actions/*/*"
- "/devops/actions/*/*/*"
Comment thread
KornevNikita marked this conversation as resolved.
# 3 asterisks are enough at the moment, adding more just in case:
- "/devops/actions/*/*/*/*"
- "/devops/actions/*/*/*/*/*"

schedule:
interval: "monthly"
groups:
Expand Down
Loading