Skip to content

Commit

Permalink
chore(renovate): disable pip_requirements
Browse files Browse the repository at this point in the history
- derivatives of pyproject.toml

Signed-off-by: Cameron Smith <cameron.ray.smith@gmail.com>
  • Loading branch information
cameronraysmith committed Jul 13, 2024
1 parent c74e991 commit 38f4b20
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,11 @@
":semanticCommitTypeAll(chore)",
":semanticCommitScope(deps)"
],
"labels": ["dependencies"]
"labels": ["dependencies"],
"packageRules": [
{
"enabled": false,
"matchManagers": ["pip_requirements"]
}
]
}

0 comments on commit 38f4b20

Please sign in to comment.