Skip to content

Commit

Permalink
Add auto-merge option.
Browse files Browse the repository at this point in the history
  • Loading branch information
vLuckyyy authored Oct 12, 2024
1 parent e2530db commit ea2f455
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
],
"excludePackagePatterns": ["org.spigotmc*"],
"updateTypes": ["minor", "patch"],
"automerge": true,
"labels": ["🔄 dependencies"]
"automerge": true
},
{
"groupName": "all major dependencies",
Expand All @@ -28,24 +27,18 @@
],
"excludePackagePatterns": ["org.spigotmc*"],
"updateTypes": ["major"],
"automerge": false,
"labels": ["🔄 dependencies"]
"automerge": false
},
{
"groupName": "spigot dependencies",
"groupSlug": "spigotmc",
"matchPackagePatterns": [
"org.spigotmc*"
],
"automerge": false,
"labels": ["🔄 dependencies"]
"automerge": false
}
],
"separateMajorMinor": true,
"pruneStaleBranches": true,
"prCreation": "not-pending",
"commitMessagePrefix": "[Renovate]",
"prTitle": "{{ depName }} update to {{ newVersion }}",
"dependencyDashboard": true,
"rollbackPrs": true
"commitMessagePrefix": "[Renovate]"
}

0 comments on commit ea2f455

Please sign in to comment.