Skip to content

Don't limit number of open Dependabot pull requests #4665

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

Merged
merged 2 commits into from
Jun 13, 2024
Merged
Changes from all commits
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
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# See: https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#about-the-dependabotyml-file

Check warning on line 1 in .github/dependabot.yml

View workflow job for this annotation

GitHub Actions / Generate problem matcher output

1:121 [line-length] line too long (143 > 120 characters)
version: 2

updates:
Expand All @@ -7,27 +7,39 @@
# See: https://docs.github.com/en/code-security/supply-chain-security/keeping-your-actions-up-to-date-with-dependabot
- package-ecosystem: github-actions
directory: / # Check the repository's workflows under /.github/workflows/
assignees:
- per1234
open-pull-requests-limit: 100
schedule:
interval: daily
labels:
- "topic: infrastructure"
- package-ecosystem: github-actions
target-branch: production
directory: /
assignees:
- per1234
open-pull-requests-limit: 100
schedule:
interval: daily
labels:
- "topic: infrastructure"
- package-ecosystem: gomod
target-branch: production
directory: /.github/workflows/assets/validate-registry/
assignees:
- per1234
open-pull-requests-limit: 100
schedule:
interval: daily
labels:
- "topic: infrastructure"
- package-ecosystem: pip
target-branch: production
directory: /
assignees:
- per1234
open-pull-requests-limit: 100
schedule:
interval: daily
labels:
Expand Down
Loading