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
17 changes: 17 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

version: 2
updates:
# Cooldown docs:
# https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference
# GitHub Actions checks
# See here for more information:
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates
Expand All @@ -14,6 +16,11 @@ updates:
schedule:
# Check for updates to GitHub Actions every week
interval: "monthly"
cooldown:
default-days: 7
semver-major-days: 14
semver-minor-days: 7
semver-patch-days: 3
groups:
github-actions:
patterns:
Expand All @@ -29,6 +36,11 @@ updates:
schedule:
# Check for updates to uv environment files every week
interval: "monthly"
cooldown:
default-days: 7
semver-major-days: 14
semver-minor-days: 7
semver-patch-days: 3
groups:
python-packages:
patterns:
Expand All @@ -40,6 +52,11 @@ updates:
schedule:
# Check for updates to pre-commit hooks every month
interval: "monthly"
cooldown:
default-days: 7
semver-major-days: 14
semver-minor-days: 7
semver-patch-days: 3
groups:
pre-commit-hooks:
patterns:
Expand Down
Loading