apache / geode-kafka-connector

Kafka connector for Apache Geode
https://geode.apache.org/
Apache License 2.0
5 stars 11 forks source link

Create dependabot.yml #12

Open moleske opened 3 years ago

moleske commented 3 years ago

This will allow for the automatic update of dependencies using GitHub's dependabot. With the CI added by #9 , we will get both a PR created and it will run our CI. The result will look something like this (though without the duplicates, I messed up the branches on my fork.) This should solve issues #5 , #10 , and #11 for us. In the future, a GitHub Action could be added to auto merge dependabot PRs if CI passes. We can do that once we are satisfied with how CI is working and the flow of PRs is working.