From f442aae1d0b1f9e93f2a1a7c7f907edff72a77ea Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Fri, 3 Nov 2023 11:04:14 +0100 Subject: [PATCH] chore: enable dependabot version updates of github-actions yaml files (#143) --- .github/dependabot.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c1f6453..c7de544 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,6 +8,8 @@ updates: # Check for updates once a week schedule: interval: "weekly" + day: "sunday" + time: "22:00" reviewers: - "elastic/apm-agent-rum" @@ -17,5 +19,21 @@ updates: # Check for updates once a week schedule: interval: "weekly" + day: "sunday" + time: "22:00" reviewers: - "elastic/apm-agent-rum" + + # GitHub actions + - package-ecosystem: "github-actions" + directory: "/" + reviewers: + - "elastic/observablt-ci" + schedule: + interval: "weekly" + day: "sunday" + time: "22:00" + groups: + github-actions: + patterns: + - "*" \ No newline at end of file