From 9af0ed1639ce94ea170f483204a19d3a9955aae8 Mon Sep 17 00:00:00 2001 From: Emruz Hossain Date: Sun, 1 Nov 2020 17:44:16 +0600 Subject: [PATCH] Add dependabot.yaml (#145) --- .github/dependabot.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..57d6019 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,21 @@ +# Update dependencies + +version: 2 +updates: +# Update the git submodules +- package-ecosystem: "gitsubmodule" + directory: "/" + schedule: + interval: "daily" + labels: + - "dependencies" + - "automerge" + +# Update the Github Action versions +- package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + labels: + - "dependencies" + - "automerge"