From d986a92702148fa3f7dd549bec7d60c441399fb3 Mon Sep 17 00:00:00 2001 From: Piotr Rogowski Date: Sun, 18 Sep 2022 13:43:53 +0200 Subject: [PATCH] Add Dependabot for pub and GH Actions --- .github/dependabot.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..4549cb5d --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,14 @@ +version: 2 + +enable-beta-ecosystems: true + +updates: + - package-ecosystem: "pub" + directory: "/" + schedule: + interval: "daily" + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily"