Skip to content

Commit

Permalink
Merge pull request #31316 from def-/pr-dependabot-limit
Browse files Browse the repository at this point in the history
dependabot: Allow opening more PRs
  • Loading branch information
def- authored Feb 7, 2025
2 parents a423152 + 68b1c40 commit 2f61827
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ updates:
interval: weekly
day: sunday
time: "22:00"
open-pull-requests-limit: 10
open-pull-requests-limit: 50
labels: [A-dependencies]
- package-ecosystem: cargo
directory: /misc/wasm
schedule:
interval: weekly
day: sunday
time: "22:00"
open-pull-requests-limit: 10
open-pull-requests-limit: 50
labels: [A-dependencies]
- package-ecosystem: pip
directory: /misc/dbt-materialize
Expand All @@ -30,21 +30,21 @@ updates:
interval: weekly
day: sunday
time: "22:00"
open-pull-requests-limit: 10
open-pull-requests-limit: 50
labels: [A-dependencies]
- package-ecosystem: docker
directory: /ci/builder
schedule:
interval: weekly
day: sunday
time: "22:00"
open-pull-requests-limit: 10
open-pull-requests-limit: 50
labels: [A-dependencies]
- package-ecosystem: pip
directory: /ci/builder
schedule:
interval: weekly
day: sunday
time: "22:00"
open-pull-requests-limit: 10
open-pull-requests-limit: 50
labels: [A-dependencies]

0 comments on commit 2f61827

Please sign in to comment.