Skip to content
Merged
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
10 changes: 9 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ updates:
schedule:
interval: weekly

# Only run version updates every 7 days. Does not apply to security updates.
cooldown:
default-days: 7

groups:
# Group updates into fewer pull requests
gh-security-updates:
Expand All @@ -23,7 +27,7 @@ updates:
patterns:
- "*"

# Enable Security updates for Python package manager
# Enable updates for Python package manager
- package-ecosystem: pip

# When set to 0, version updates are disabled.
Expand All @@ -35,6 +39,10 @@ updates:
schedule:
interval: daily

# Only run version updates every 7 days. Does not apply to security updates.
cooldown:
default-days: 7

groups:
# Group updates into fewer pull requests
py-security-updates:
Expand Down
10 changes: 9 additions & 1 deletion project_template/.github/dependabot.yml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ updates:
schedule:
interval: weekly

# Only run version updates every 7 days. Does not apply to security updates.
cooldown:
default-days: 7

groups:
# Group updates into fewer pull requests
gh-security-updates:
Expand All @@ -23,7 +27,7 @@ updates:
patterns:
- "*"

# Enable Security updates for Python package manager
# Enable updates for Python package manager
- package-ecosystem: pip

# When set to 0, version updates are disabled.
Expand All @@ -35,6 +39,10 @@ updates:
schedule:
interval: daily

# Only run version updates every 7 days. Does not apply to security updates.
cooldown:
default-days: 7

groups:
# Group updates into fewer pull requests
py-security-updates:
Expand Down
Loading