Skip to content

Commit

Permalink
Disable dependabot pull requests.
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Mar 5, 2024
1 parent 30ead25 commit 96405ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions repo_helper/files/bots.py
Expand Up @@ -180,6 +180,7 @@ def make_dependabotv2(repo_path: pathlib.Path, templates: Environment) -> List[s
"package-ecosystem": "pip",
"directory": '/',
"schedule": {"interval": "weekly"},
"open-pull-requests-limit": '0',
"reviewers": [templates.globals["assignee"]],
}

Expand Down
1 change: 1 addition & 0 deletions tests/test_files/test_bots_/test_make_dependabotv2.yml
Expand Up @@ -6,5 +6,6 @@ updates:
directory: /
schedule:
interval: weekly
open-pull-requests-limit: '0'
reviewers:
- octocat

0 comments on commit 96405ea

Please sign in to comment.