Skip to content

Commit

Permalink
chore: disable renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
sekwah41 committed Dec 2, 2023
1 parent 28c6af5 commit 2a9a3c0
Showing 1 changed file with 2 additions and 41 deletions.
43 changes: 2 additions & 41 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,42 +1,3 @@
{
"extends": [
"config:base"
],
"packageRules": [
{
"commitMessagePrefix": "chore(deps):",
"matchUpdateTypes": [
"minor",
"patch"
],
"groupName": "Forge",
"matchPackageNames": [
"net.minecraftforge:forge"
]
},
{
"commitMessagePrefix": "chore(deps):",
"matchUpdateTypes": [
"minor",
"patch"
],
"groupName": "Forge Gradle",
"matchPackageNames": [
"net.minecraftforge.gradle:ForgeGradle"
]
},
{
"commitMessagePrefix": "chore(deps):",
"matchUpdateTypes": [
"minor",
"patch"
],
"automerge": false,
"automergeType": "branch",
"groupName": "Deps",
"schedule": [
"every weekend"
]
}
]
}
"enabled": false
}

0 comments on commit 2a9a3c0

Please sign in to comment.