Skip to content

Commit

Permalink
Merge pull request #184 from dependabot/more-test-cleanup
Browse files Browse the repository at this point in the history
found more invalid test inputs, align to recent changes
  • Loading branch information
jakecoffman committed Feb 12, 2024
2 parents a7cad7c + feefb7f commit 9159375
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
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

0 comments on commit 9159375

Please sign in to comment.