diff options
author | 2024-07-02 21:04:39 +0200 | |
---|---|---|
committer | 2024-07-07 17:54:34 +0200 | |
commit | a1f1edcb1210e4a99ac68675f4d1fe6ce16b5887 (patch) | |
tree | cf6b326b50593a639542ef88ad5a85ec9c3feb4f /docs | |
parent | Finish meeting notes for today (diff) |
Include instructions for killing dependency update mails
Diffstat (limited to 'docs')
-rw-r--r-- | docs/content/docs/tooling/bots.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/content/docs/tooling/bots.md b/docs/content/docs/tooling/bots.md index aaae775..79ae7dd 100644 --- a/docs/content/docs/tooling/bots.md +++ b/docs/content/docs/tooling/bots.md @@ -45,6 +45,10 @@ if allof (header :is "X-GitHub-Sender" ["coveralls", "github-actions[bot]", "net } ``` +If you also want to filter out notifications from renovate, which we use for +dependency updates, you can add `renovate[bot]` to the `X-GitHub-Sender` list +above. + [^craig-dazey-legal-team-threats]: Craig Dazey Emulator Bot stands in no |