Skip to content

Commit

Permalink
Only allow fix upgrade of Python by renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
medihack committed Oct 8, 2024
1 parent f901a66 commit 9d0c0da
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@
"matchManagers": ["poetry"],
"matchPackageNames": ["adit-radis-shared", "pydicom"],
"enabled": false
},
{
"matchManagers": ["poetry"],
"matchPackageNames": ["python"],
"matchUpdateTypes": ["minor", "major"],
"enabled": false
}
]
}

0 comments on commit 9d0c0da

Please sign in to comment.