Skip to content

Commit

Permalink
Change Snowflake Dependabot PR limit (#565)
Browse files Browse the repository at this point in the history
Signed-off-by: Tushar Tathgur <[email protected]>
Co-authored-by: Tushar Tathgur <[email protected]>
  • Loading branch information
tushartathgur and Tushar Tathgur authored Oct 19, 2023
1 parent 607a419 commit f974b32
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ updates:
directory: "/snowflake/"
schedule:
interval: "daily"
open-pull-requests-limit: 5
# Changing open pull request limit to zero as Snowflake account
# is not available for testing
open-pull-requests-limit: 0
ignore:
- dependency-name: "k8s.io/*"
- dependency-name: "sigs.k8s.io/*"
Expand Down

0 comments on commit f974b32

Please sign in to comment.