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
These updates are handled and maintained by upstream, and to prevent
having to re-delete a file each time there is a new release, just
disable the system in the file so no new pull requests are opened.
Copy file name to clipboardExpand all lines: .github/dependabot.yml
+9-5Lines changed: 9 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -6,13 +6,14 @@ updates:
6
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
7
7
package-ecosystem: "pip"
8
8
directory: "/"
9
-
open-pull-requests-limit: 10
9
+
# Famedly edit. Setting open pull requests to 0 prevents new ones from opening.
10
+
open-pull-requests-limit: 0
10
11
versioning-strategy: "increase-if-necessary"
11
12
schedule:
12
13
interval: "weekly"
13
14
# Group patch updates to packages together into a single PR, as they rarely
14
15
# if ever contain breaking changes that need to be reviewed separately.
15
-
#
16
+
#
16
17
# Less PRs means a streamlined review process.
17
18
#
18
19
# Python packages follow semantic versioning, and tend to only introduce
@@ -39,7 +40,8 @@ updates:
39
40
40
41
- package-ecosystem: "docker"
41
42
directory: "/docker"
42
-
open-pull-requests-limit: 10
43
+
# Famedly edit. Setting open pull requests to 0 prevents new ones from opening.
44
+
open-pull-requests-limit: 0
43
45
schedule:
44
46
interval: "weekly"
45
47
# For container versions, breaking changes are also typically only introduced in major
@@ -57,7 +59,8 @@ updates:
57
59
58
60
- package-ecosystem: "github-actions"
59
61
directory: "/"
60
-
open-pull-requests-limit: 10
62
+
# Famedly edit. Setting open pull requests to 0 prevents new ones from opening.
63
+
open-pull-requests-limit: 0
61
64
schedule:
62
65
interval: "weekly"
63
66
# Similarly for GitHub Actions, breaking changes are typically only introduced in major
@@ -75,7 +78,8 @@ updates:
75
78
76
79
- package-ecosystem: "cargo"
77
80
directory: "/"
78
-
open-pull-requests-limit: 10
81
+
# Famedly edit. Setting open pull requests to 0 prevents new ones from opening.
0 commit comments