Skip to content

Commit

Permalink
chore: Track tox requires with Renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Jan 16, 2025
1 parent a070083 commit 7e75094
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
11 changes: 11 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@
"reservoir-data/.github//.github/renovate.json5"
],

// https://docs.renovatebot.com/configuration-options/#custommanagers
"customManagers": [
{
"customType": "regex",
"fileMatch": ["tox.ini"],
"matchStrings": [
"# renovate: datasource=(?<datasource>.*?) depName=(?<depName>.*?)\\s+[A-Za-z0-9_](?<currentValue>.+?)\\s"
]
}
],

// https://docs.renovatebot.com/configuration-options/#packagerules
"packageRules": [
{
Expand Down
6 changes: 4 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
[tox]
min_version = 4.22
requires =
tox
tox-uv
# renovate: datasource=pypi depName=tox
tox~=4.22
# renovate: datasource=pypi depName=tox-uv
tox-uv~=1.17
env_list =
dependencies
typing
Expand Down

0 comments on commit 7e75094

Please sign in to comment.