mirror of
https://github.com/rustic-rs/rustic.git
synced 2025-10-26 11:18:51 +00:00
43 lines
915 B
JSON
43 lines
915 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:recommended",
|
|
":dependencyDashboard",
|
|
"helpers:pinGitHubActionDigests"
|
|
],
|
|
"separateMinorPatch": false,
|
|
"prCreation": "status-success",
|
|
"prHourlyLimit": 1,
|
|
"prConcurrentLimit": 1,
|
|
"major": {
|
|
"dependencyDashboardApproval": true
|
|
},
|
|
"labels": [
|
|
"A-dependencies"
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"matchDatasources": [
|
|
"github-actions"
|
|
],
|
|
"labels": [
|
|
"A-ci"
|
|
]
|
|
},
|
|
{
|
|
"matchDatasources": [
|
|
"cargo"
|
|
],
|
|
"extends": [
|
|
"schedule:weekly"
|
|
]
|
|
}
|
|
],
|
|
"lockFileMaintenance": {
|
|
"enabled": true,
|
|
"extends": [
|
|
"schedule:monthly"
|
|
]
|
|
}
|
|
}
|