Skip to content

Commit

Permalink
[BXMSPROD-1881] dependabot for release and blue branches (#1512)
Browse files Browse the repository at this point in the history
* [BXMSPROD-1881] dependabot for main, release and blue branches

* prefix less than 15 characters

* prefix less than 15 characters
  • Loading branch information
Ginxo authored Nov 25, 2022
1 parent 7c7f510 commit 95a39ae
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
version: 2
updates:
- package-ecosystem: maven
directory: "/"
schedule:
interval: daily
time: '03:00'
open-pull-requests-limit: 10
target-branch: "main"
commit-message:
prefix: "[bot][main]"
- package-ecosystem: maven
directory: "/"
schedule:
interval: daily
time: '04:00'
open-pull-requests-limit: 10
target-branch: "1.13.x"
commit-message:
prefix: "[bot][1.13.x]"
- package-ecosystem: maven
directory: "/"
schedule:
interval: daily
time: '05:00'
open-pull-requests-limit: 10
target-branch: "1.13.x-blue"
commit-message:
prefix: "[bot][blue]"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"

0 comments on commit 95a39ae

Please sign in to comment.