From 4462a90b0b604dea21296d3821bbd7bc587ce812 Mon Sep 17 00:00:00 2001 From: Alexandr Artemyev Date: Thu, 13 Jun 2024 12:54:51 +0500 Subject: [PATCH] dependabot config for github actions --- .github/dependabot.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..5853e638 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,13 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + commit-message: + prefix: "chore(ci): " + groups: + github-actions: + patterns: + - "*" + open-pull-requests-limit: 1