Skip to content

Commit e434c45

Browse files
authored
chore: Add cooldown of dependabot PR (#1317)
## Summary by Sourcery Enhancements: - Configure Dependabot to enforce a 7-day cooldown between PRs. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Introduced a 7-day cooldown to the automated dependency update schedule, smoothing weekly checks and reducing pull request churn. * Added related project entries to track the cooldown and update flow for maintainers. * No changes to product functionality or user experience; maintenance activity will be more predictable and less noisy. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent 5776a9e commit e434c45

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ updates:
44
directory: ""
55
schedule:
66
interval: "weekly"
7+
cooldown:
8+
default-days: 7
79

810
target-branch: "develop"
911
groups:

.github/project_dict.pws

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,6 @@ deprecations
2121
github
2222
deps
2323
sdk
24+
PR
25+
dependabot
26+
cooldown

0 commit comments

Comments
 (0)