Skip to content

Commit 1456af3

Browse files
committed
chore: disable dependency updates for pre-release versions and kord
* pre-release versions are usually suffixed with `-next.1`, `-dev.1` or something similar. we're excluding those from the dependency updates * we're currently relying on the graalvm snapshot build. waiting until there's progress on kordlib/kord#786
1 parent 100c7fb commit 1456af3

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/renovate.json

+12
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,17 @@
99
":labels(dependencies)",
1010
"group:allNonMajor",
1111
"schedule:weekly"
12+
],
13+
"packageRules": [
14+
{
15+
"matchPackagePatterns": "*",
16+
"allowedVersions": "!/-.+\\.[0-9]+$/"
17+
},
18+
{
19+
"matchPackagePatterns": [
20+
"dev.kord:kord-core"
21+
],
22+
"enabled": false
23+
}
1224
]
1325
}

0 commit comments

Comments
 (0)