You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The definitions in dependabot.yml don't follow the correct schema.
This leads to a termination of the Github action since it's defined as version: 2 where the property update_configs was replaced with the property updates. Oddly the Github action is only run occasionally, which is why this bug was buried for so long.
Expected behavior
The dependabot.yml should be defined as it was before this commit or alternatively its version should be changed to version: 1 where the property update_configs exists.
Describe the bug
The definitions in
dependabot.yml
don't follow the correct schema.This leads to a termination of the Github action since it's defined as
version: 2
where the propertyupdate_configs
was replaced with the propertyupdates
. Oddly the Github action is only run occasionally, which is why this bug was buried for so long.Expected behavior
The
dependabot.yml
should be defined as it was before this commit or alternatively its version should be changed toversion: 1
where the propertyupdate_configs
exists.Additional context
We noticed this during the PR for OSGI-Fication
The text was updated successfully, but these errors were encountered: