Skip to content

Commit 00c92fc

Browse files
committed
Fix dependency names in smoke-swift.yaml to include full GitHub paths
1 parent 2422d58 commit 00c92fc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/smoke-swift.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ input:
44
allowed-updates:
55
- update-type: all
66
ignore-conditions:
7-
- dependency-name: quick
7+
- dependency-name: github.com/quick/quick
88
source: tests/smoke-swift.yaml
99
version-requirement: '>7.2.0'
10-
- dependency-name: nimble
10+
- dependency-name: github.com/quick/nimble
1111
source: tests/smoke-swift.yaml
1212
version-requirement: '>12.2.0'
13-
- dependency-name: cwlpreconditiontesting
13+
- dependency-name: github.com/mattgallagher/cwlpreconditiontesting
1414
source: tests/smoke-swift.yaml
1515
version-requirement: '>2.1.2'
16-
- dependency-name: cwlcatchexception
16+
- dependency-name: github.com/mattgallagher/cwlcatchexception
1717
source: tests/smoke-swift.yaml
1818
version-requirement: '>2.1.2'
1919
source:

0 commit comments

Comments
 (0)