Skip to content

Commit d7df94a

Browse files
authored
Fix branch protection rules (#6973)
(in particular it was the dependabot rule that was not matching and so dependabot was failing)
1 parent 2778062 commit d7df94a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/contributing/repository-settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Same settings as above for `main`, except:
5353
[Nightly overhead benchmark](https://github.com/open-telemetry/opentelemetry-java-instrumentation/actions/workflows/nightly-benchmark-overhead.yml)
5454
job.
5555

56-
### `dependabot/**/*` and `opentelemetrybot/**/*`
56+
### `dependabot/**/**` and `opentelemetrybot/*`
5757

5858
* Require status checks to pass before merging: UNCHECKED
5959

0 commit comments

Comments
 (0)