Skip to content

Commit c44092f

Browse files
authored
renovate: limit update to python wolfi images only to patch releases (#287)
1 parent c1e8578 commit c44092f

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/renovate.json

+9-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,13 @@
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
44
"github>elastic/renovate-config:only-chainguard"
5+
],
6+
"separateMinorPatch": true,
7+
"packageRules": [
8+
{
9+
"groupName": "python",
10+
"matchUpdateTypes": ["patch"],
11+
"matchPackageNames": ["wolfi/python"]
12+
}
513
]
6-
}
14+
}

0 commit comments

Comments
 (0)