We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 365a544 commit 996604cCopy full SHA for 996604c
1 file changed
.github/renovate.json5
@@ -15,9 +15,11 @@
15
16
packageRules: [
17
{
18
- description: "Update mise versions after 1 day delay to avoid errors installing very fresh version - https://github.com/jdx/mise/issues/2314",
+ description: "Mise package settings",
19
matchPackageNames: ["jdx/mise"],
20
- minimumReleaseAge: "1 day",
+
21
+ automerge: true,
22
+ minimumReleaseAge: "1 day", // 1 day delay to avoid errors installing very fresh version
23
},
24
],
25
}
0 commit comments