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

remove most multidir test groups #182

Merged
merged 1 commit into from
Feb 12, 2024
Merged
Show file tree
Hide file tree
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
5 changes: 0 additions & 5 deletions tests/smoke-bundler-group-multidir.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,6 @@ input:
unaffected-versions: []
security-updates-only: true
grouped-update: true
dependency-groups:
- name: bundler group
rules:
patterns:
- "*"
source:
provider: github
repo: dependabot/smoke-tests
Expand Down
5 changes: 0 additions & 5 deletions tests/smoke-cargo-group-multidir.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,6 @@ input:
unaffected-versions: []
security-updates-only: true
grouped-update: true
dependency-groups:
- name: cargo group
rules:
patterns:
- "*"
source:
provider: github
repo: dependabot/smoke-tests
Expand Down
1 change: 1 addition & 0 deletions tests/smoke-go-group-multidir.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ input:
grouped-update: true
dependency-groups:
- name: go_modules group
applies-to: security-updates
rules:
patterns:
- rsc.io/qr
Expand Down
5 changes: 0 additions & 5 deletions tests/smoke-go-update-security-multidir.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,6 @@ input:
patched-versions: []
unaffected-versions: []
security-updates-only: true
dependency-groups:
- name: go_modules group
rules:
patterns:
- "*"
source:
provider: github
repo: dependabot/smoke-tests
Expand Down
5 changes: 0 additions & 5 deletions tests/smoke-maven-group-multidir.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@ input:
unaffected-versions: []
security-updates-only: true
grouped-update: true
dependency-groups:
- name: maven group
rules:
patterns:
- "*"
source:
provider: github
repo: dependabot/smoke-tests
Expand Down
5 changes: 0 additions & 5 deletions tests/smoke-npm-group-multidir.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ input:
- dependency-type: direct
update-type: all
grouped-update: true
dependency-groups:
- name: npm_and_yarn group
rules:
patterns:
- '*'
dependencies:
- '@dependabot/dummy-pkg-a'
- '@dependabot/dummy-pkg-b'
Expand Down
5 changes: 0 additions & 5 deletions tests/smoke-nuget-group-multidir.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ input:
- dependency-type: direct
update-type: all
grouped-update: true
dependency-groups:
- name: nuget group
rules:
patterns:
- '*'
dependencies:
- NuGet.Versioning
ignore-conditions:
Expand Down
5 changes: 0 additions & 5 deletions tests/smoke-python-group-multidir.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@ input:
unaffected-versions: []
security-updates-only: true
grouped-update: true
dependency-groups:
- name: pip group
rules:
patterns:
- "*"
source:
provider: github
repo: dependabot/smoke-tests
Expand Down
Loading