Skip to content
Open
Show file tree
Hide file tree
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
5 changes: 3 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
interval: "quarterly"
cooldown:
default-days: 7
groups:
github-actions:
actions-version-updates:
applies-to: version-updates # keep security PRs standalone + fast
patterns:
- "*"
5 changes: 3 additions & 2 deletions project_name/.github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
interval: quarterly
cooldown:
default-days: 7
groups:
github-actions:
actions-version-updates:
applies-to: version-updates # keep security PRs standalone + fast
patterns: ['*']
Loading