I think renovate does work with workflows files, yes. Dependabot doesn't, but renovate is able to find them:
LeoColman
12/23/2022, 4:44 PM
What were the additional pain points here @Mustafa Ozhan@Piotr Krzemiński
m
Mustafa Ozhan
12/24/2022, 4:13 PM
I can confirm both renovate and dependabot is able to update are able to detekt updates and create PRs for action files (.yml)
Mustafa Ozhan
12/24/2022, 4:13 PM
In previous discussion I asked if it will be still possible if I move yaml files to
github-workflows-kt
l
LeoColman
12/25/2022, 3:36 PM
Would github be able to read them?
n
Nikky
01/04/2023, 1:40 PM
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…