Skip to content

Commit

Permalink
Migrate config renovate.json (#204)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 10, 2024
1 parent 0890ad0 commit 3e9eac4
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,29 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
"config:recommended",
"helpers:pinGitHubActionDigests",
":automergePatch",
":automergePr",
":automergeRequireAllStatusChecks",
":prConcurrentLimitNone",
":separatePatchReleases"
],
"baseBranches": ["3.0.x", "4.0.x"],
"baseBranches": [
"3.0.x",
"4.0.x"
],
"dependencyDashboard": true,
"labels": ["dependencies"],
"labels": [
"dependencies"
],
"platformAutomerge": true,
"schedule": [
"before 2am"
],
"vulnerabilityAlerts": {
"labels": ["security"]
"labels": [
"security"
]
}
}

0 comments on commit 3e9eac4

Please sign in to comment.