Skip to content

Commit

Permalink
Disable dependabot (#1396)
Browse files Browse the repository at this point in the history
We disable dependabot as it proves to only spam the project with
updates on each dependency. Until they manage to produce consolidated
pull-requests, we are better of doing it manually.

Related: dependabot/dependabot-core#369
  • Loading branch information
ssbarnea authored Feb 21, 2021
1 parent 43e1655 commit 2ea1b79
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Until bug below is sorted we will not allow dependabot to run by itself
# https://github.com/dependabot/dependabot-core/issues/369
version: 2
updates:
- package-ecosystem: pip
Expand All @@ -9,7 +11,7 @@ updates:
- dependabot-deps-updates
- skip-changelog
versioning-strategy: lockfile-only
open-pull-requests-limit: 3
open-pull-requests-limit: 0 # neutered
- package-ecosystem: pip
directory: /
schedule:
Expand All @@ -19,4 +21,4 @@ updates:
- dependabot-deps-updates
- skip-changelog
versioning-strategy: lockfile-only
open-pull-requests-limit: 3
open-pull-requests-limit: 0 # neutered

0 comments on commit 2ea1b79

Please sign in to comment.