Skip to content

Commit eac4d32

Browse files
committed
task: re-disable dependabot
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.
1 parent 680b951 commit eac4d32

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

.github/dependabot.yml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,14 @@ updates:
66
- # "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
77
package-ecosystem: "pip"
88
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
1011
versioning-strategy: "increase-if-necessary"
1112
schedule:
1213
interval: "weekly"
1314
# Group patch updates to packages together into a single PR, as they rarely
1415
# if ever contain breaking changes that need to be reviewed separately.
15-
#
16+
#
1617
# Less PRs means a streamlined review process.
1718
#
1819
# Python packages follow semantic versioning, and tend to only introduce
@@ -39,7 +40,8 @@ updates:
3940

4041
- package-ecosystem: "docker"
4142
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
4345
schedule:
4446
interval: "weekly"
4547
# For container versions, breaking changes are also typically only introduced in major
@@ -57,7 +59,8 @@ updates:
5759

5860
- package-ecosystem: "github-actions"
5961
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
6164
schedule:
6265
interval: "weekly"
6366
# Similarly for GitHub Actions, breaking changes are typically only introduced in major
@@ -75,7 +78,8 @@ updates:
7578

7679
- package-ecosystem: "cargo"
7780
directory: "/"
78-
open-pull-requests-limit: 10
81+
# Famedly edit. Setting open pull requests to 0 prevents new ones from opening.
82+
open-pull-requests-limit: 0
7983
versioning-strategy: "lockfile-only"
8084
schedule:
8185
interval: "weekly"

0 commit comments

Comments
 (0)