I think renovate does work with workflows files, y...
# github-workflows-kt
l
I think renovate does work with workflows files, yes. Dependabot doesn't, but renovate is able to find them:
What were the additional pain points here @Mustafa Ozhan @Piotr Krzemiński
m
I can confirm both renovate and dependabot is able to update are able to detekt updates and create PRs for action files (.yml)
In previous discussion I asked if it will be still possible if I move yaml files to
github-workflows-kt
l
Would github be able to read them?
n
i assume it will update only the
@file:DependsOn
and that could lead to breakage.. but at least the developer would know and should be able to autofix any deprecations or such, update action versions…