From d6f84305bdf5e30b3aa27b61bd22068d9d49865e Mon Sep 17 00:00:00 2001 From: Ghislain Vaillant Date: Fri, 25 Aug 2023 11:01:23 +0200 Subject: [PATCH] MNT: Configure dependabot to update GH workflows --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000000..3ab43cc7e7 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +# Dependabot configuration file +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"