Skip to content

Commit

Permalink
Included GHA package ecosystem for dependabot in v7 and v8 (#2560)
Browse files Browse the repository at this point in the history
  • Loading branch information
ccjaimes committed Oct 12, 2023
1 parent 69acffb commit 3ceccf9
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,17 @@ updates:
interval: daily
time: '11:00'
open-pull-requests-limit: 2
- package-ecosystem: "github-actions"
directory: "/"
target-branch: "v8"
schedule:
interval: daily
time: '11:00'
open-pull-requests-limit: 2
- package-ecosystem: "github-actions"
directory: "/"
target-branch: "v7"
schedule:
interval: daily
time: '11:00'
open-pull-requests-limit: 2

0 comments on commit 3ceccf9

Please sign in to comment.