mirror of
https://github.com/CarmJos/MineSQL.git
synced 2026-06-14 05:11:08 +08:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 51a21be2c1 |
@@ -29,7 +29,7 @@ jobs:
|
||||
run: mvn -B package --file pom.xml -Dgpg.skip
|
||||
|
||||
- name: "Upload artifacts"
|
||||
uses: actions/upload-artifact@v6
|
||||
uses: actions/upload-artifact@v7
|
||||
with:
|
||||
name: artifacts
|
||||
path: "**/target/"
|
||||
@@ -37,7 +37,7 @@ jobs:
|
||||
include-hidden-files: true
|
||||
|
||||
- name: "Upload assets"
|
||||
uses: actions/upload-artifact@v6
|
||||
uses: actions/upload-artifact@v7
|
||||
with:
|
||||
name: assets
|
||||
path: ".asset/"
|
||||
|
||||
+2
-24
@@ -3,33 +3,11 @@
|
||||
"extends": [
|
||||
"config:recommended"
|
||||
],
|
||||
"packageRules": [
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user