mirror of
https://github.com/Paillat-dev/pycord-rest.git
synced 2026-01-02 00:56:19 +00:00
🔧 Update renovate config to use nicebots config (#32)
This commit is contained in:
@@ -1,25 +1,13 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": ["config:recommended"],
|
"extends": [
|
||||||
"baseBranches": ["main"],
|
"local>nicebots-xyz/renovate-config",
|
||||||
"labels": ["deps"],
|
":semanticPrefixFixDepsChoreOthers",
|
||||||
"ignorePaths": ["requirements.txt"],
|
":dependencyDashboard"
|
||||||
"commitMessagePrefix": "⬆️",
|
],
|
||||||
"commitMessageAction": "Upgrade",
|
"forkProcessing": "enabled",
|
||||||
"packageRules": [
|
"baseBranches": ["dev"],
|
||||||
{
|
"lockFileMaintenance": {
|
||||||
"matchUpdateTypes": ["pin"],
|
"enabled": true
|
||||||
"commitMessagePrefix": "📌",
|
|
||||||
"commitMessageAction": "Pin"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"matchUpdateTypes": ["rollback"],
|
|
||||||
"commitMessagePrefix": "⬇️",
|
|
||||||
"commitMessageAction": "Downgrade"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"matchDatasources": ["pypi"],
|
|
||||||
"addLabels": ["pypi"]
|
|
||||||
}
|
}
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user