Skip to content

Commit

Permalink
OBS-343: check dependencies weekly and allow up to 10 pull requests p…
Browse files Browse the repository at this point in the history
…er type (#6723)
  • Loading branch information
relud authored Sep 11, 2024
1 parent 8ba2628 commit 1195ccd
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,19 @@ updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "monthly"
interval: "weekly"
open-pull-requests-limit: 10

- package-ecosystem: "docker"
directory: "/docker"
schedule:
interval: "monthly"
interval: "weekly"
open-pull-requests-limit: 10

# Set update schedule for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
interval: "weekly"
rebase-strategy: "disabled"
open-pull-requests-limit: 10

0 comments on commit 1195ccd

Please sign in to comment.