Skip to content

Commit

Permalink
Merge pull request #62 from kiegroup/dependabot-config-update
Browse files Browse the repository at this point in the history
tune dependabot for prod branches only
  • Loading branch information
mareknovotny authored Jan 11, 2024
2 parents e52d702 + 7304122 commit 3d50f3e
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ updates:
schedule:
interval: daily
time: '03:00'
open-pull-requests-limit: 10
open-pull-requests-limit: 0
target-branch: "main"
commit-message:
prefix: "[bot]"
Expand All @@ -23,7 +23,7 @@ updates:
schedule:
interval: daily
time: '04:00'
open-pull-requests-limit: 0
open-pull-requests-limit: 5
target-branch: "7.67.x"
commit-message:
prefix: "[bot][7.67.x]"
Expand All @@ -32,10 +32,19 @@ updates:
schedule:
interval: daily
time: '05:00'
open-pull-requests-limit: 0
open-pull-requests-limit: 5
target-branch: "8.13.x"
commit-message:
prefix: "[bot][8.13.x]"
- package-ecosystem: maven
directory: "/"
schedule:
interval: daily
time: '01:00'
open-pull-requests-limit: 5
target-branch: "8.38.x-prod"
commit-message:
prefix: "[bot][8.38.x-prod]"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down

0 comments on commit 3d50f3e

Please sign in to comment.