Skip to content

Commit

Permalink
Configure Renovate (#35)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jason Penilla <[email protected]>
  • Loading branch information
renovate[bot] and jpenilla authored Nov 9, 2023
1 parent 51d5d74 commit 8a86c7e
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"ignoreDeps": [
"com.mojang:minecraft",
"dev.architectury:architectury-loom"
],
"labels": [
"dependencies"
],
"packageRules": [
{
"description": "Correct version handling for dependencies with format major.minor.patch+mcver",
"matchPackageNames": [
"net.fabricmc.fabric-api:fabric-api",
"net.fabricmc.fabric-api:fabric-api-deprecated",
"cloud.commandframework:cloud-forge"
],
"versioning": "regex:^(?<major>\\d+)(\\.(?<minor>\\d+))?(\\.(?<patch>\\d+))?(?:\\+(?<compatibility>.*))?$"
},
{
"matchManagers": ["github-actions", "gradle-wrapper"],
"groupName": "gradle and github actions"
},
{
"matchDepTypes": ["plugin"],
"groupName": "gradle and github actions"
},
{
"matchPaths": ["build-logic/*", "buildSrc/*"],
"groupName": "gradle and github actions"
}
],
"semanticCommitType": "build",
"commitMessagePrefix": "chore(deps): "
}

0 comments on commit 8a86c7e

Please sign in to comment.