Skip to content

Commit

Permalink
chore: disable dependency updates for pre-release versions and kord
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
DarkAtra committed Apr 21, 2023
1 parent 100c7fb commit 1456af3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,17 @@
":labels(dependencies)",
"group:allNonMajor",
"schedule:weekly"
],
"packageRules": [
{
"matchPackagePatterns": "*",
"allowedVersions": "!/-.+\\.[0-9]+$/"
},
{
"matchPackagePatterns": [
"dev.kord:kord-core"
],
"enabled": false
}
]
}

0 comments on commit 1456af3

Please sign in to comment.