Skip to content
Closed
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
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,13 @@ updates:
schedule:
# Check for updates to GitHub Actions every month
interval: "monthly"
groups:
# group updates into single PRs since we want to update both build.in.yml and its outputs at the same time
actions-version-updates:
applies-to: version-updates
patterns:
- "*"
actions-security-updates:
applies-to: security-updates
patterns:
- "*"
Loading