Skip to content

Commit

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

* prefix less than 15 characters

* dependant-bot-yml file removed

* prefix error solved

* prefix error solved
  • Loading branch information
Ginxo authored Nov 25, 2022
1 parent 72b14bd commit 2dc4d48
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: "7.67.x"
commit-message:
prefix: "[bot][7.67.x]"
- package-ecosystem: maven
directory: "/"
schedule:
interval: daily
time: '05:00'
open-pull-requests-limit: 10
target-branch: "7.67.x-blue"
commit-message:
prefix: "[bot][blue]"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"

0 comments on commit 2dc4d48

Please sign in to comment.