Compare commits
31 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
7ee9da5e0c
|
|||
|
b4542f3c45
|
|||
|
13d5f0d521
|
|||
| db0484f8a7 | |||
|
351aaa5130
|
|||
| 30cf8b6f77 | |||
| ecd1c19a8d | |||
| b0393e8d33 | |||
| 176bc962e7 | |||
| 5eded96615 | |||
| f0b8c54790 | |||
| 0277051e95 | |||
| c48b39f16c | |||
| a4b637209d | |||
| f9d4b7d1b8 | |||
| 7865f892cb | |||
| 090231ed75 | |||
| fa0cd2e30f | |||
| 73d6b01ede | |||
| 5c5a620d65 | |||
| 1c05efa0f4 | |||
| f5de2457ba | |||
| 8cec182435 | |||
| ad0ab65c5d | |||
| 0029cdaa30 | |||
| e94883f6ad | |||
| 465838a196 | |||
| a059fb0518 | |||
| c4ee74753b | |||
| 492edc242f | |||
| 66c0ad7ee8 |
20
.renovaterc
20
.renovaterc
@@ -2,5 +2,25 @@
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:base"
|
||||
],
|
||||
"baseBranches": [
|
||||
"dev"
|
||||
],
|
||||
"pip_requirements": {
|
||||
"fileMatch": [
|
||||
"requirements/.*\\.txt$"
|
||||
],
|
||||
"enabled": true
|
||||
},
|
||||
"packageRules": [
|
||||
{
|
||||
"matchUpdateTypes": [
|
||||
"minor",
|
||||
"patch",
|
||||
"pin",
|
||||
"digest"
|
||||
],
|
||||
"automerge": true
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -4,8 +4,8 @@
|
||||
<a href="https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html">
|
||||
<img alt="License: GPL v2" src="https://img.shields.io/badge/License-GPL_v2-blue.svg">
|
||||
</a>
|
||||
<a href="https://crowdin.com/project/yusarinbot">
|
||||
<img alt="Crowdin" src="https://badges.crowdin.net/yusarinbot/localized.svg">
|
||||
<a href="https://weblate.end-play.xyz/engage/yusarinbot/">
|
||||
<img src="https://weblate.end-play.xyz/widget/yusarinbot/svg-badge.svg" alt="Translation status" />
|
||||
</a>
|
||||
<a href="https://git.end-play.xyz/profitroll/YusarinBot">
|
||||
<img alt="Code style: black" src="https://img.shields.io/badge/code%20style-black-000000.svg">
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
ujson==5.7.0
|
||||
py-cord[speed]==2.4.1
|
||||
ujson==5.11.0
|
||||
py-cord[speed]==2.6.1
|
||||
@@ -1,2 +1,2 @@
|
||||
py-cord==2.4.1
|
||||
requests==2.29.0
|
||||
py-cord==2.6.1
|
||||
requests==2.32.5
|
||||
Reference in New Issue
Block a user