Skip to content

Commit 124bea6

Browse files
authored
fix: split rpm matchUpdateTypes and ignoreUnstable (#8316)
1 parent 37deed5 commit 124bea6

1 file changed

Lines changed: 19 additions & 3 deletions

File tree

.github/renovate.json

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,17 +60,33 @@
6060
"automerge": false,
6161
"enabled": true
6262
},
63+
{
64+
"matchDatasources": [
65+
"rpm"
66+
],
67+
"versioning": "regex:(?<major>\\d+)(\\.(?<minor>\\d+))?(\\.(?<patch>\\d+))?(-(?<prerelease>.*))?$",
68+
"ignoreUnstable": false,
69+
"enabled": true
70+
},
71+
{
72+
"matchDatasources": [
73+
"rpm"
74+
],
75+
"matchUpdateTypes": [
76+
"major",
77+
"minor"
78+
],
79+
"enabled": false
80+
},
6381
{
6482
"matchDatasources": [
6583
"rpm"
6684
],
6785
"matchUpdateTypes": [
6886
"patch"
6987
],
70-
"versioning": "regex:(?<major>\\d+)(\\.(?<minor>\\d+))?(\\.(?<patch>\\d+))?(-(?<prerelease>.*))?$",
7188
"automerge": false,
72-
"enabled": true,
73-
"ignoreUnstable": false
89+
"enabled": true
7490
},
7591
{
7692
"matchPackageNames": [

0 commit comments

Comments
 (0)