From 28b391d4cfa6d416e0a13ca25ab3f342d7dc12d6 Mon Sep 17 00:00:00 2001 From: Thomas Bouffard <27200110+tbouffard@users.noreply.github.com> Date: Sun, 9 Jul 2023 17:40:51 +0200 Subject: [PATCH] chore: add dependabot configuration for GitHub Actions (#224) --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..2111d1f84 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +# See https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + commit-message: + prefix: "chore(deps-gha)"