Skip to content

Commit

Permalink
renovate config: Don't bundle major bumps into one PR for pip depende…
Browse files Browse the repository at this point in the history
…ncies (#92)
  • Loading branch information
AlexWaygood authored Jan 21, 2023
1 parent c006db8 commit aa5cf92
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space

[*.{py,toml,json}]
[*.{py,toml}]
indent_size = 4

[*.{yml,yaml,flake8}]
[*.{yml,yaml,flake8,json}]
indent_size = 2
4 changes: 4 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
"matchManagers": [
"pip_requirements"
],
"matchUpdateTypes": [
"minor",
"patch"
],
"description": "Group all pip requirements",
"stabilityDays": 7
}
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "hatchling.build"
name = "typeshed_stats"
dynamic = ["version"]
authors = [
{ name="Alex Waygood", email="[email protected]" },
{ name="Alex Waygood", email="[email protected]" },
]
description = "Library and command-line tool to gather stats on typeshed packages"
license = { text = "MIT" }
Expand Down

0 comments on commit aa5cf92

Please sign in to comment.