We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66a6a3b commit ec178d3Copy full SHA for ec178d3
renovate.json
@@ -14,6 +14,17 @@
14
"matchPackageNames": [
15
"ghcr.io/immich-app/{/,}**"
16
]
17
+ },
18
+ {
19
+ "description": "Authentik chart minor releases could be breaking",
20
+ "automerge": false,
21
+ "matchUpdateTypes": [
22
+ "major",
23
+ "minor"
24
+ ],
25
+ "matchPackageNames": [
26
+ "charts.goauthentik.io/{/,}**"
27
+ ]
28
},
29
{
30
"description": "Jellyfin minor versions are actually their major version releases and can include breaking changes",
0 commit comments