Skip to content

Commit

Permalink
build: Refining dependabot configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
steilerDev committed Nov 25, 2023
1 parent cc24e91 commit 0c72bf2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ updates:
labels: [ ]
directory: "/"
target-branch: "dev"
versioning-strategy: "increase"
open-pull-requests-limit: 10
commit-message:
prefix: "chore: [ci] "
schedule:
Expand All @@ -19,6 +21,8 @@ updates:
labels: [ ]
directory: "/app"
target-branch: "dev"
versioning-strategy: "increase"
open-pull-requests-limit: 20
commit-message:
prefix: "chore: [app] "
schedule:
Expand Down Expand Up @@ -64,6 +68,8 @@ updates:
labels: [ ]
directory: "/docker"
target-branch: "dev"
versioning-strategy: "increase"
open-pull-requests-limit: 10
commit-message:
prefix: "chore: [docker] "
schedule:
Expand All @@ -79,6 +85,8 @@ updates:
labels: [ ]
directory: "/docs"
target-branch: "dev"
versioning-strategy: "increase"
open-pull-requests-limit: 10
commit-message:
prefix: "chore: [docs] "
schedule:
Expand All @@ -96,6 +104,8 @@ updates:
labels: [ ]
directory: "/.github/actions/helper/prepare-semantic-release"
target-branch: "dev"
versioning-strategy: "increase"
open-pull-requests-limit: 10
commit-message:
prefix: "chore: [semantic-release] "
schedule:
Expand Down

0 comments on commit 0c72bf2

Please sign in to comment.