Skip to content

Commit

Permalink
SCANPY-88 Enable only major, minor and patch updates in renovate (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
joke1196 authored Nov 19, 2024
1 parent dee61c8 commit 131afea
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,21 @@
"ignorePaths": [
"its/**",
"**/test/**"
],
"packageRules": [
{
"description": "Enable only major, minor and patch version updates for github-actions and poetry",
"matchManagers": ["github-actions", "poetry"],
"matchUpdateTypes": [
"pin",
"pinDigest",
"digest",
"lockFileMaintenance",
"rollback",
"bump",
"replacement"],
"enabled": false
}
]

}

0 comments on commit 131afea

Please sign in to comment.