We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fff18f4 commit b511dd9Copy full SHA for b511dd9
.github/dependabot.yml
@@ -1,15 +1,12 @@
1
-# Docs: https://help.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates
2
-
3
version: 2
4
updates:
5
# Enable version updates for python
6
- package-ecosystem: "pip"
7
directory: "/"
8
open-pull-requests-limit: 20
+ cooldown-period: 15 # Wait 15 days after release before opening a PR
9
schedule:
10
- interval: "daily"
+ interval: "weekly"
11
pull-request-branch-name:
12
# so it's compatible with docker tags
13
- separator: "-"
14
- assignees:
15
- - tsx
+ separator: "-"
0 commit comments