You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/dependabot.yml
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,12 @@
1
1
version: 2
2
+
# As dependabot is currently only run on a weekly basis, we raise the
3
+
# open-pull-requests-limit to 10 (from the default of 5) to better ensure we
4
+
# don't continuously grow a backlog of updates.
2
5
updates:
3
6
- # "pip" is the correct setting for poetry, per https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#package-ecosystem
4
7
package-ecosystem: "pip"
5
8
directory: "/"
9
+
open-pull-requests-limit: 10
6
10
schedule:
7
11
interval: "weekly"
8
12
# Prevent pulling packages that were recently updated to help mitigate
0 commit comments