Skip to content

Commit

Permalink
chore(config): migrate config .github/renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 4, 2024
1 parent aed4003 commit e0d1ba3
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"github-actions"
],
"labels": [
"A-ci"
"A-ci"
],
"extends": [
"schedule:weekly"
Expand All @@ -28,30 +28,29 @@
}
],
"extends": [
"config:recommended",
":dependencyDashboard",
"helpers:pinGitHubActionDigests"
"config:recommended",
":dependencyDashboard",
"helpers:pinGitHubActionDigests"
],
"separateMinorPatch": false,
"separateMajorMinor": false,
"prHourlyLimit": 1,
"prConcurrentLimit": 1,
"rebaseConflictedPrs": false,
"rebaseStalePrs": false,
"rebaseWhen": "never",
"major": {
"dependencyDashboardApproval": true
"dependencyDashboardApproval": true
},
"labels": [
"A-dependencies"
"A-dependencies"
],
"patch": {
"enabled": false
},
"lockFileMaintenance": {
"enabled": true,
"automerge": true,
"extends": [
"schedule:weekly"
]
"enabled": true,
"automerge": true,
"extends": [
"schedule:weekly"
]
}
}

0 comments on commit e0d1ba3

Please sign in to comment.