From 036c4b443f01b950fce273c916cf73d7268f1d4b Mon Sep 17 00:00:00 2001 From: Nikolay Vitkov <34244704+Lightning00Blade@users.noreply.github.com> Date: Fri, 2 Jun 2023 15:41:37 +0200 Subject: [PATCH] ci: keep GitHub Actions up to date (#10309) --- .github/dependabot.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c165139107a..7fc6d91b7d6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,10 +4,17 @@ updates: directory: '/' schedule: interval: daily - time: '00:00' + time: '08:00' timezone: 'Europe/Berlin' open-pull-requests-limit: 2 allow: - dependency-type: 'production' ignore: - dependency-name: 'devtools-protocol' + - package-ecosystem: 'github-actions' # Necessary to update action hash + directory: '/' + schedule: + interval: weekly + time: '08:00' + timezone: 'Europe/Berlin' + open-pull-requests-limit: 2