Skip to content

Commit aff6b76

Browse files
committed
chore: add renovate rule so logback do not bump major versions.
1 parent 9209fdc commit aff6b76

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

renovate.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,11 @@
211211
"matchPackageNames": [
212212
"/^com.google.errorprone/"
213213
]
214+
},
215+
{
216+
"matchPackageNames": ["ch.qos.logback:logback-classic", "ch.qos.logback:logback-core"],
217+
"matchUpdateTypes": ["minor", "patch"],
218+
"enabled": true
214219
}
215220
]
216221
}

0 commit comments

Comments
 (0)