Skip to content

Commit

Permalink
chore(config): migrate renovate config (#528)
Browse files Browse the repository at this point in the history
chore(config): migrate config .github/renovate.json

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 19, 2024
1 parent 2bce8f4 commit c8c6b64
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"],
"extends": ["config:recommended"],
"enabledManagers": ["bazel", "git-submodules", "npm", "bazelisk"],
"baseBranches": ["main"],
"pinDigests": true,
"rangeStrategy": "pin",
"updateLockFiles": true,
"dependencyDashboard": true,
"dependencyDashboardApproval": true,
"lockFileMaintenance": { "enabled": true },
"lockFileMaintenance": {
"enabled": true
},
"labels": ["dependencies"]
}

0 comments on commit c8c6b64

Please sign in to comment.