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 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.
Additional context
We noticed this during the PR for OSGI-Fication
Describe the bug
The definitions in
dependabot.ymldon't follow the correct schema.This leads to a termination of the Github action since it's defined as
version: 2where the propertyupdate_configswas 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.ymlshould be defined as it was before this commit or alternatively its version should be changed toversion: 1where the propertyupdate_configsexists.Additional context
We noticed this during the PR for OSGI-Fication