Skip to content

Commit

Permalink
Update renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
venkatamutyala authored Mar 20, 2024
1 parent 3232efa commit 69f5719
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,13 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"packageRules": [
{
"managers": ["dockerfile"],
"datasources": ["docker"],
"packageNames": ["python"],
"allowedVersions": "<=3.9" // Replace 3.9 with your desired max Python version
}
]
}

0 comments on commit 69f5719

Please sign in to comment.