From bf5551f55bd10a022479575c8787ee9354413886 Mon Sep 17 00:00:00 2001 From: Filipe Fernandes Date: Thu, 15 Dec 2022 17:32:38 -0300 Subject: [PATCH] add dependabot to keep the GHA updated --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..563dd9bc --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +# See https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/keeping-your-actions-up-to-date-with-dependabot + +version: 2 +updates: + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + labels: + - "Bot"