mirror of
https://github.com/rustic-rs/rustic.git
synced 2025-10-26 11:18:51 +00:00
Update renovate.json
This commit is contained in:
parent
3182fe272e
commit
fffae0ad96
52
.github/renovate.json
vendored
52
.github/renovate.json
vendored
@ -1,54 +1,4 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:recommended",
|
||||
":dependencyDashboard",
|
||||
"helpers:pinGitHubActionDigests"
|
||||
],
|
||||
"separateMinorPatch": false,
|
||||
"prHourlyLimit": 1,
|
||||
"prConcurrentLimit": 1,
|
||||
"rebaseConflictedPrs": false,
|
||||
"rebaseStalePrs": false,
|
||||
"major": {
|
||||
"dependencyDashboardApproval": true
|
||||
},
|
||||
"labels": [
|
||||
"A-dependencies"
|
||||
],
|
||||
"packageRules": [
|
||||
{
|
||||
"description": "Automerge pin updates for GitHub Actions",
|
||||
"matchDatasources": [
|
||||
"github-actions"
|
||||
],
|
||||
"matchDepTypes": [
|
||||
"action"
|
||||
],
|
||||
"matchUpdateTypes": [
|
||||
"pin",
|
||||
"digest",
|
||||
"pinDigest"
|
||||
],
|
||||
"labels": [
|
||||
"A-ci"
|
||||
],
|
||||
"automerge": true
|
||||
},
|
||||
{
|
||||
"matchDatasources": [
|
||||
"cargo"
|
||||
],
|
||||
"extends": [
|
||||
"schedule:weekly"
|
||||
]
|
||||
}
|
||||
],
|
||||
"lockFileMaintenance": {
|
||||
"enabled": true,
|
||||
"automerge": true,
|
||||
"extends": [
|
||||
"schedule:monthly"
|
||||
]
|
||||
}
|
||||
"extends": ["local>rustic-rs/.github:renovate-config"]
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user