Skip to content

Commit b511dd9

Browse files
committed
Update dependabot settings
- Cooldown period to 15 days - Update schedule to weekly - Remove assignees
1 parent fff18f4 commit b511dd9

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
1-
# Docs: https://help.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates
2-
31
version: 2
42
updates:
53
# Enable version updates for python
64
- package-ecosystem: "pip"
75
directory: "/"
86
open-pull-requests-limit: 20
7+
cooldown-period: 15 # Wait 15 days after release before opening a PR
98
schedule:
10-
interval: "daily"
9+
interval: "weekly"
1110
pull-request-branch-name:
1211
# so it's compatible with docker tags
13-
separator: "-"
14-
assignees:
15-
- tsx
12+
separator: "-"

0 commit comments

Comments
 (0)