An open API service indexing awesome lists of open source software.

https://github.com/manicmaniac/renovate-20031

Minimal Swift repository to reproduce renovatebot/renovate#20031
https://github.com/manicmaniac/renovate-20031

Last synced: 2 months ago
JSON representation

Minimal Swift repository to reproduce renovatebot/renovate#20031

Awesome Lists containing this project

README

        

# renovate-20031

Minimal Swift repository to reproduce https://github.com/renovatebot/renovate/issues/20031

```
DEBUG: No dangling containers to remove
INFO: Repository started
{
"renovateVersion": "34.111.1"
}

...

DEBUG: packageFiles with updates
{
"baseBranch": "main",
"config": {
"swift": [
{
"packageFile": "Package.swift",
"deps": [
{
"datasource": "git-tags",
"depName": "apple/swift-argument-parser",
"packageName": "https://github.com/apple/swift-argument-parser",
"currentValue": "\"1.2.1\"\n ",
"depIndex": 0,
"updates": [],
"warnings": [],
"versioning": "swift",
"skipReason": "invalid-value"
}
]
}
]
}
}
```