diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5ce796ec7f5b8980110d01ef92eebd1b8a389605..3bca9c1f65e74f022c3df9fdf799211302858282 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,9 @@
 Format: [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
 
 ---
+## [37.104.1-bb.1] - 2024-01-17
+### Updated
+- updated renovate.json to include mission team label
 
 ## [37.104.1-bb.0] - 2023-12-19
 ### Updated
diff --git a/README.md b/README.md
index f94c5d4cce0318e81f4ab376979bd8bd4522594d..ec1dd75410866a3701b09033c01fb634abf9bc96 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # renovate
 
-![Version: 37.104.1-bb.0](https://img.shields.io/badge/Version-37.104.1--bb.0-informational?style=flat-square) ![AppVersion: 37.104.1](https://img.shields.io/badge/AppVersion-37.104.1-informational?style=flat-square)
+![Version: 37.104.1-bb.1](https://img.shields.io/badge/Version-37.104.1--bb.1-informational?style=flat-square) ![AppVersion: 37.104.1](https://img.shields.io/badge/AppVersion-37.104.1-informational?style=flat-square)
 
 Universal dependency update tool that fits into your workflows.
 
diff --git a/chart/Chart.yaml b/chart/Chart.yaml
index 65dce284e016113fda982ff195e8ff01d5d59d3f..57424037a1af9d7a37129375944c25b6f2bcc2e9 100644
--- a/chart/Chart.yaml
+++ b/chart/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
 appVersion: '37.104.1'
 description: Universal dependency update tool that fits into your workflows.
 name: renovate
-version: '37.104.1-bb.0'
+version: '37.104.1-bb.1'
 icon: https://docs.renovatebot.com/assets/images/logo.png
 home: https://github.com/renovatebot/renovate
 keywords:
diff --git a/renovate.json b/renovate.json
index 9b257beb0924464e307691a673e3636bfe5adcc9..a85757f28b136040e92ebd0db1c9644ed0ee5fca 100644
--- a/renovate.json
+++ b/renovate.json
@@ -7,7 +7,7 @@
     "draftPR": true,
     "enabledManagers": ["regex", "helmv3"],
     "ignorePaths": ["chart/charts/**"],
-    "labels": ["renovate"],
+    "labels": ["renovate", "team::Tools & Automation"],
     "commitMessagePrefix": "SKIP UPDATE CHECK",
     "packageRules": [
         {