diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..c051374 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,16 @@ +version: 2 +updates: +- package-ecosystem: gomod + directory: "/" + schedule: + interval: daily + time: "11:00" + open-pull-requests-limit: 10 + ignore: + - dependency-name: github.com/sirupsen/logrus + versions: + - 1.7.1 + - 1.8.0 + - dependency-name: github.com/spf13/cobra + versions: + - 1.1.2