We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9c7593 commit 8f4a3a9Copy full SHA for 8f4a3a9
2 files changed
.github/dependabot.yml
@@ -4,4 +4,6 @@ updates:
4
directory: "/"
5
schedule:
6
interval: "monthly"
7
+ commit-message:
8
+ prefix: "chore(deps): "
9
open-pull-requests-limit: 10
CHANGELOG.md
@@ -5,6 +5,7 @@
1. [#724](https://github.com/influxdata/influxdb-client-csharp/pull/724): Set snapshot version properly in ci-deploy-snapshot.sh
1. [#728](https://github.com/influxdata/influxdb-client-csharp/pull/728): Set up auto merge dependabot workflow.
1. [#738](https://github.com/influxdata/influxdb-client-csharp/pull/738): The token in the Management API is no longer plain text.
+1. [#748](https://github.com/influxdata/influxdb-client-csharp/pull/748): Set prefix commit message for dependabot.
10
## 5.0.0 [2026-01-13]
11
0 commit comments