Skip to content

Commit

Permalink
chore(deps): disable automerge and switch forge version back
Browse files Browse the repository at this point in the history
  • Loading branch information
sekwah41 committed Jun 23, 2023
1 parent 3e7ef0e commit 0372f54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ dependencies {
// Specify the version of Minecraft to use, If this is any group other then 'net.minecraft' it is assumed
// that the dep is a ForgeGradle 'patcher' dependency. And it's patches will be applied.
// The userdev artifact is a special name and will get all sorts of transformations applied to it.
minecraft 'net.minecraftforge:forge:1.20-46.0.14'
minecraft 'net.minecraftforge:forge:1.20.1-47.0.14'

implementation 'org.spongepowered:mixin:0.8.5'
annotationProcessor 'org.spongepowered:mixin:0.8.5:processor'
Expand Down
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"minor",
"patch"
],
"automerge": true,
"automerge": false,
"automergeType": "branch",
"groupName": "Deps",
"schedule": [
Expand Down

0 comments on commit 0372f54

Please sign in to comment.