Open mman opened 1 month ago
New projects starting with Swift 6 are unable to use Dependabot for updates. It has been out for a month now. How cna we help this move forward?
Looks like my Dependabot workflows started working again, thanks. Not sure IIUC but this issue may probably be closed.
Is there an existing issue for this?
Feature description
Currently
dependabot
runs the checks forswift
based repositories with an image based on Swift 5.10.Swift 6.0 has been released and brings many breaking changes, so for simplicity some packages may just opt in and specify version 6 as required version via:
in their
Package.swift
. Whendependabot
is invoked against such package it fails with error:It would be cool if
dependabot
can use a swift 6 image to run the checks. It's backwards compatible with 5.10.