Compare commits

..

2 commits

Author SHA1 Message Date
Mira
6cd828ac4f
[ci skip] Update README.md
Signed-off-by: Mira <xorog@outlook.de>
2025-05-17 14:23:01 +02:00
renovate[bot]
025bea9965
chore(config): migrate renovate config (#543)
chore(config): migrate config renovate.json

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-23 04:28:42 +01:00
2 changed files with 10 additions and 7 deletions

View file

@ -1,7 +1,6 @@
<h1 align="center">Makoto</h1>
<p align="center"><img src="ProjectMakoto/Assets/Prod.png" width=250 align="center"></p>
<p align="center" style="font-weight:bold;">A feature packed discord bot!</p>
<a href="#getting-makoto" ><p align="center"><img src="ProjectMakoto/Assets/AddToServer.png" width=350 align="center"></p></a>
<p align="center"><img src="https://github.com/Fortunevale/ProjectMakoto/actions/workflows/dev.yml/badge.svg?branch=dev" align="center">
<p align="center"><img src="https://img.shields.io/github/contributors/Fortunevale/ProjectMakoto" align="center"> <img src="https://img.shields.io/github/issues-raw/Fortunevale/ProjectMakoto" align="center"></p>
@ -45,7 +44,7 @@ Makoto has a lot of features, current notable features are:
<br></br>
## Getting Makoto
## [Click here to invite the bot](https://discord.com/api/oauth2/authorize?client_id=947716263394824213&permissions=8&scope=bot%20applications.commands)
## The bot is no longer publicly available. Feel free to host it yourself.
- Phishing Protection is enabled by default, people will be banned if they send a link known to be malicious. To change this, run `/config phishing`.
- Automatic User/Bot Token invalidation is turned on by default. If you don't know what this means, just leave it on. If you know what this means and you don't want this happen, run `/config tokendetection` to disable it.

View file

@ -1,17 +1,21 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
"config:recommended"
],
"baseBranches": [
"dev"
],
"baseBranches": ["dev"],
"prHourlyLimit": 9,
"bumpVersion": "prerelease",
"packageRules": [
{
"excludePackagePatterns": [ "Extensions" ],
"matchPackagePrefixes": [ "DisCatSharp" ],
"groupName": "discatsharp",
"automerge": true
"automerge": true,
"matchPackageNames": [
"!/Extensions/",
"DisCatSharp{/,}**"
]
}
],
"git-submodules": {