-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrenovate-global.json
31 lines (31 loc) · 1.05 KB
/
renovate-global.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"branchPrefix": "github-renovate/",
"dependencyDashboardTitle": "Dependency Dashboard self-hosted",
"onboarding": true,
"onboardingBranch": "github-renovate/configure",
"platform": "github",
"username": "cgrindel-self-hosted-renovate[bot]",
"gitAuthor": "Self-hosted Renovate Bot <361546+cgrindel-self-hosted-renovate[bot]@users.noreply.github.enterprise.com>",
"allowedPostUpgradeCommands": [
"^npm",
"^./do_renovate_post_upgrade",
"^bazelisk run //:tidy"
],
"repositories": [
"cgrindel/bazel-starlib",
"cgrindel/dev-machine",
"cgrindel/gha_configure_git_user",
"cgrindel/gha_create_release",
"cgrindel/gha_install_swift_on_ubuntu",
"cgrindel/gha_join_jobs",
"cgrindel/gha_move_major_version_tag",
"cgrindel/gha_select_value",
"cgrindel/gha_set_up_action_cache",
"cgrindel/gha_set_up_bazel",
"cgrindel/github_snippets",
"cgrindel/renovate-bot",
"cgrindel/rules_swift_package_manager",
"cgrindel/rules_swiftformat"
]
}