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: 19 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,25 @@ updates:
# GitHub Actions used by PR-check workflows.
- package-ecosystem: github-actions
Comment thread
PawelWMS marked this conversation as resolved.
directory: /
target-branch: "4.0"
schedule:
interval: weekly
open-pull-requests-limit: 5
labels:
- dependencies
- github-actions
# github-actions cooldown only supports a flat default-days (no semver granularity).
cooldown:
default-days: 7
groups:
actions:
patterns:
- "*"

# GitHub Actions used by PR-check workflows on the 3.0-dev branch.
- package-ecosystem: github-actions
directory: /
target-branch: "3.0-dev"
schedule:
interval: weekly
open-pull-requests-limit: 5
Expand Down
Loading