mirror of
https://github.com/nolen777/eagle0.git
synced 2026-07-28 22:35:42 +00:00
48 lines
1.1 KiB
JSON
48 lines
1.1 KiB
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:recommended"
|
|
],
|
|
"dependencyDashboard": true,
|
|
"enabledManagers": [
|
|
"bazel-module",
|
|
"cargo",
|
|
"github-actions",
|
|
"gomod",
|
|
"swift"
|
|
],
|
|
"labels": [
|
|
"dependencies"
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"description": "Bazel module artifact updates run in GitHub Actions so hosted Renovate does not need unsafe bazel mod deps execution",
|
|
"matchManagers": [
|
|
"bazel-module"
|
|
],
|
|
"skipArtifactsUpdate": true
|
|
},
|
|
{
|
|
"description": "Go packages import Bazel-generated protobuf packages, so Renovate's generic Go artifact updater cannot run ./...",
|
|
"matchManagers": [
|
|
"gomod"
|
|
],
|
|
"skipArtifactsUpdate": true
|
|
}
|
|
],
|
|
"lockFileMaintenance": {
|
|
"enabled": true,
|
|
"schedule": [
|
|
"before 6am on monday"
|
|
]
|
|
},
|
|
"prConcurrentLimit": 3,
|
|
"prHourlyLimit": 1,
|
|
"rebaseWhen": "behind-base-branch",
|
|
"schedule": [
|
|
"before 6am on monday"
|
|
],
|
|
"separateMajorMinor": true,
|
|
"timezone": "America/Los_Angeles"
|
|
}
|