From 4887a36a014828ae875502d23e78d41a35894024 Mon Sep 17 00:00:00 2001 From: Iakov 'Jake' Kirilenko Date: Sat, 18 Nov 2023 20:36:48 +0300 Subject: [PATCH] Add Dependabot for GH actions --- .github/dependabot.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 98826003..ba9a4fa1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -15,3 +15,19 @@ updates: submodules: patterns: - "*" # All submodules updates + +- package-ecosystem: github-actions + directory: "/" + schedule: + interval: monthly + time: "23:59" + timezone: Europe/Moscow + open-pull-requests-limit: 99 + reviewers: + - iakov + assignees: + - iakov +# groups: +# github-actions: +# patterns: +# - "*" # All submodules updates