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

found more invalid test inputs, align to recent changes #184

Merged
merged 2 commits 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
1 change: 1 addition & 0 deletions tests/smoke-actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ input:
- dependency-name: actions/setup-go
- dependency-name: actions/setup-ruby
- dependency-name: actions/setup-node
grouped-update: true
dependency-groups:
- name: setup
rules:
Expand Down
1 change: 1 addition & 0 deletions tests/smoke-composer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ input:
package-manager: composer
allowed-updates:
- update-type: all
grouped-update: true
dependency-groups:
- name: phpstan
rules:
Expand Down
1 change: 1 addition & 0 deletions tests/smoke-go-update-security-multidir.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ input:
patched-versions: []
unaffected-versions: []
security-updates-only: true
grouped-update: true
source:
provider: github
repo: dependabot/smoke-tests
Expand Down
2 changes: 1 addition & 1 deletion tests/smoke-go-update-version-multidir.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ input:
allowed-updates:
- dependency-type: direct
update-type: all
grouped-update: true
dependency-groups:
- name: go-pkgs
rules:
Expand Down Expand Up @@ -39,7 +40,6 @@ input:
source:
provider: github
repo: dependabot/smoke-tests
directory: /
directories:
- /go/multi-dir/foo
- /go/multi-dir/bar
Expand Down
Loading