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: 7 additions & 12 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,27 +13,22 @@ updates:
commit-message:
prefix: "chore: "

# Enable version updates for GitHub Actions
- package-ecosystem: "github-actions"
# Workflow files stored in the default location of `.github/workflows`
# You don't need to specify `/.github/workflows` for `directory`. You can use `directory: "/"`.
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "chore: "
# Group updates for the same action across different workflows
groups:
actions-group:
actions-minor:
patterns:
- "actions/*"
- "*"
update-types:
- "minor"
- "patch"
checkout-group:
- minor
- patch
actions-major:
patterns:
- "actions/checkout"
- "*"
update-types:
- "major"
- "minor"
- "patch"
- major