FasterXML / jackson-dataformat-xml

Extension for Jackson JSON processor that adds support for serializing POJOs as XML (and deserializing from XML) as an alternative to JSON
Apache License 2.0
562 stars 221 forks source link

chore: Included githubactions in the dependabot config #527

Closed naveensrinivasan closed 2 years ago

naveensrinivasan commented 2 years ago

This should help with keeping the GitHub actions updated on new releases. This will also help with keeping it secure.

Dependabot helps in keeping the supply chain secure https://docs.github.com/en/code-security/dependabot

GitHub actions up to date https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot

https://github.com/ossf/scorecard/blob/main/docs/checks.md#dependency-update-tool Signed-off-by: naveen 172697+naveensrinivasan@users.noreply.github.com

cowtowncoder commented 2 years ago

Could you please link to some documentation that talks a little more about it? I have had pretty bad experiences with Dependabot (it has been net negative adding little value and lots of noises) so I am bit hesitant to add anything before fully understanding how it works. It does sound like this could be useful addition, don't get me wrong, but... once bitten twice shy. :)

naveensrinivasan commented 2 years ago

Could you please link to some documentation that talks a little more about it? I have had pretty bad experiences with Dependabot (it has been net negative adding little value and lots of noises) so I am bit hesitant to add anything before fully understanding how it works. It does sound like this could be useful addition, don't get me wrong, but... once bitten twice shy. :)

I have provided documentation links in the PR as well as in the commit. Here are some more documentation https://docs.github.com/en/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies

Please let me know what else you are looking for.

This is only for GH Actions.

cowtowncoder commented 2 years ago

Ok let's see if this turns out to be useful -- can always turn off if there is too much noise.