From e117af43d3fd3c01a3d5c8f5148c8daaf1288563 Mon Sep 17 00:00:00 2001 From: cpanato Date: Wed, 9 Oct 2024 10:41:46 +0200 Subject: [PATCH] add initial dependabot config for gh actions Signed-off-by: cpanato --- .github/dependabot.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 0000000000..33dc6d200b --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,12 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + open-pull-requests-limit: 10 + groups: + actions: + update-types: + - "minor" + - "patch"