Skip to content

Commit

Permalink
Improve renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
aaliddell committed Aug 1, 2024
1 parent e78aa30 commit 21fbdc3
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
"config:best-practices",
":automergeDisabled",
":disableDependencyDashboard",
":semanticCommitsDisabled"
],
"packageRules": [
{
"description": "Don't attempt to update modules created in this repo",
"matchManagers": ["bazel-module"],
"matchPackageNames": ["rules_proto_grpc", "rules_proto_grpc_*"],
"enabled": false
}
],
"prBodyTemplate": "{{{header}}}{{{table}}}{{{warnings}}}{{{notes}}}{{{changelogs}}}{{{controls}}}{{{footer}}}",
"prHeader": "",
"rebaseWhen": "conflicted"
}

0 comments on commit 21fbdc3

Please sign in to comment.