Skip to content

Commit 131afea

Browse files
authored
SCANPY-88 Enable only major, minor and patch updates in renovate (#109)
1 parent dee61c8 commit 131afea

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/renovate.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,21 @@
1313
"ignorePaths": [
1414
"its/**",
1515
"**/test/**"
16+
],
17+
"packageRules": [
18+
{
19+
"description": "Enable only major, minor and patch version updates for github-actions and poetry",
20+
"matchManagers": ["github-actions", "poetry"],
21+
"matchUpdateTypes": [
22+
"pin",
23+
"pinDigest",
24+
"digest",
25+
"lockFileMaintenance",
26+
"rollback",
27+
"bump",
28+
"replacement"],
29+
"enabled": false
30+
}
1631
]
32+
1733
}

0 commit comments

Comments
 (0)