Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | add a dependabot config to automate vendoring | Valentin Rothberg | 2021-03-18 |
While dependabot has turned out great to automate updating dependencies, a major painpoint was that we had to manually run `make vendor` for each and every commit. It was causing noise. Adding the config file to `.github/dependabot.yml` will take of also updating the `./vendor` tree. `containers/common` is using this config for a while successfully. [NO TESTS NEEDED] Signed-off-by: Valentin Rothberg <rothberg@redhat.com> |