# How to Configure Base Branches

You can explicitly specify [<mark style="color:blue;">base branches</mark>](https://github.com/aviator-co/gitbook-docs/blob/main/mergequeue/concepts/base-branches.md) that Aviator should monitor, this way Aviator will ignore any PRs that target a different base branch. A base branch can also be specified as a glob pattern. Here’s an example config:

```
merge_rules:
  base_branches:
  - master
  - /release-*/
```
