Ubuntu – How do I use the existing yml CI along with dependabot yml?
I currently have an existing yml in a specific folder for CI build. Every time a PR (change) is checked in, we will trigger the CI build. Now, how do I add or combine the yml for dependabot, considering that…