mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-08-02 12:35:26 +02:00
.github
Bukkit
Core
gradle
.editorconfig
.gitignore
.whitesource
CODE_OF_CONDUCT.md
HEADER.txt
LICENSE
README.md
build.gradle.kts
gradle.properties
gradlew
gradlew.bat
plotsquared-logo.png
renovate.json
settings.gradle.kts
![renovate[bot]](/assets/img/avatar_default.png)
* build: Update actions/checkout action to v2.4.0 * chore: Invert bolt's status Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: NotMyFault <mc.cache@web.de>
14 lines
246 B
Plaintext
14 lines
246 B
Plaintext
{
|
|
"scanSettings": {
|
|
"baseBranches": ["v6"]
|
|
},
|
|
"checkRunSettings": {
|
|
"vulnerableCheckRunConclusionLevel": "success",
|
|
"displayMode": "diff"
|
|
},
|
|
"issueSettings": {
|
|
"minSeverityLevel": "LOW"
|
|
},
|
|
"enableRenovate": "true"
|
|
}
|