From e8ed2d007b022c84f383c7cd309c2413801a1d90 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Wed, 15 May 2024 09:40:42 +0200 Subject: [PATCH] enable dependabot for github actions --- .github/dependabot.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..d3c629e --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,15 @@ +--- +version: 2 +updates: + + # GitHub actions + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + day: "sunday" + time: "22:00" + groups: + github-actions: + patterns: + - "*"