1
mirror of https://github.com/CarmJos/MineSQL.git synced 2026-06-13 21:01:08 +08:00

Compare commits

..

1 Commits

Author SHA1 Message Date
renovate[bot] a1011a39f6 chore(deps): update dependency org.apache.maven.plugins:maven-shade-plugin to v3.6.2 2026-05-03 20:11:16 +00:00
2 changed files with 3 additions and 25 deletions
+1 -1
View File
@@ -56,7 +56,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.6.1</version>
<version>3.6.2</version>
<executions>
<execution>
<phase>package</phase>
+1 -23
View File
@@ -5,31 +5,9 @@
],
"packageRules": [
{
"description": "Automerge minor and patch updates",
"matchUpdateTypes": [
"minor",
"patch"
],
"matchUpdateTypes": ["minor", "patch"],
"matchCurrentVersion": "!/^0/",
"automerge": true
},
{
"description": "Automerge non-build-impact updates",
"matchUpdateTypes": [
"digest",
"pin",
"lockFileMaintenance"
],
"automerge": true
},
{
"description": "Never update minecraft/spigot/bukkit related dependencies",
"matchPackageNames": [
"/.*minecraft.*/i",
"/.*spigot.*/i",
"/.*bukkit.*/i"
],
"enabled": false
}
]
}