Skip to content

Commit

Permalink
feat: Add prefix dependabot (#1795)
Browse files Browse the repository at this point in the history
* feat: add PR lint for PR title

Signed-off-by: Thomas Poignant <thomas.poignant@gofeatureflag.org>

* Add prefix PR

Signed-off-by: Thomas Poignant <thomas.poignant@gofeatureflag.org>

---------

Signed-off-by: Thomas Poignant <thomas.poignant@gofeatureflag.org>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
thomaspoignant and kodiakhq[bot] committed Apr 24, 2024
1 parent 999c72d commit 095440b
Showing 1 changed file with 23 additions and 2 deletions.
25 changes: 23 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ updates:
open-pull-requests-limit: 20
labels:
- "dependencies"
- "automerge"
- "automerge"
commit-message:
prefix: "chore"

# GitHub Actions
- package-ecosystem: "github-actions"
Expand All @@ -21,6 +23,8 @@ updates:
labels:
- "dependencies"
- "automerge"
commit-message:
prefix: "chore"

# Integration tests
- package-ecosystem: nuget
Expand All @@ -32,6 +36,8 @@ updates:
labels:
- "dependencies"
- "automerge"
commit-message:
prefix: "chore"

- package-ecosystem: gomod
directory: "/openfeature/provider_tests/go-integration-tests"
Expand All @@ -42,6 +48,8 @@ updates:
labels:
- "dependencies"
- "automerge"
commit-message:
prefix: "chore"

- package-ecosystem: npm
directory: "/openfeature/provider_tests/js-integration-tests"
Expand All @@ -52,6 +60,8 @@ updates:
labels:
- "dependencies"
- "automerge"
commit-message:
prefix: "chore"

- package-ecosystem: maven
directory: "/openfeature/provider_tests/java-integration-tests"
Expand All @@ -62,7 +72,8 @@ updates:
labels:
- "dependencies"
- "automerge"

commit-message:
prefix: "chore"

# Providers
- package-ecosystem: gradle
Expand All @@ -74,6 +85,8 @@ updates:
labels:
- "dependencies"
- "automerge"
commit-message:
prefix: "chore"

- package-ecosystem: pip
directory: "/openfeature/providers/python-provider"
Expand All @@ -84,6 +97,8 @@ updates:
labels:
- "dependencies"
- "automerge"
commit-message:
prefix: "chore"

# Examples App
- package-ecosystem: npm
Expand All @@ -95,6 +110,8 @@ updates:
labels:
- "dependencies"
- "automerge"
commit-message:
prefix: "chore"

- package-ecosystem: npm
directory: "/examples/openfeature_nodejs/nodejs-app"
Expand All @@ -105,6 +122,8 @@ updates:
labels:
- "dependencies"
- "automerge"
commit-message:
prefix: "chore"

- package-ecosystem: gradle
directory: "/examples/openfeature_kotlin_server/kotlin-app"
Expand All @@ -115,3 +134,5 @@ updates:
labels:
- "dependencies"
- "automerge"
commit-message:
prefix: "chore"

0 comments on commit 095440b

Please sign in to comment.