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
19 changes: 10 additions & 9 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
# This file is synced from the `.github` repository, do not modify it directly.
---
version: 2
multi-ecosystem-groups:
all:
schedule:
interval: weekly
day: friday
time: '08:00'
timezone: Etc/UTC
updates:
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: weekly
day: friday
time: '08:00'
timezone: Etc/UTC
multi-ecosystem-group: all
patterns:
- "*"
allow:
- dependency-type: all
groups:
dependabot:
patterns:
- "*"
cooldown:
default-days: 1
include:
Expand Down