Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: turn off dependabot #438

Merged
merged 4 commits into from
Oct 4, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ updates:
reviewers:
- "solid-design-system/development"
# Set limit to 0 to disable Dependabot PRs entirely.
open-pull-requests-limit: 3
open-pull-requests-limit: 0

# Enable version updates for Components package
- package-ecosystem: "npm"
Expand All @@ -30,7 +30,7 @@ updates:
reviewers:
- "solid-design-system/development"
# Set limit to 0 to disable Dependabot PRs entirely.
open-pull-requests-limit: 5
open-pull-requests-limit: 0


# Enable version updates for Placeholders package
Expand All @@ -46,7 +46,7 @@ updates:
reviewers:
- "solid-design-system/development"
# Set limit to 0 to disable Dependabot PRs entirely.
open-pull-requests-limit: 1
open-pull-requests-limit: 0

# Enable version updates for Tokens package
- package-ecosystem: "npm"
Expand All @@ -61,4 +61,4 @@ updates:
reviewers:
- "solid-design-system/development"
# Set limit to 0 to disable Dependabot PRs entirely.
open-pull-requests-limit: 1
open-pull-requests-limit: 0
Loading