From 2bda6e14edbbb6d97f84598fcf80043983512f74 Mon Sep 17 00:00:00 2001 From: Gabriela Gutierrez Date: Thu, 16 Feb 2023 18:10:21 +0000 Subject: [PATCH] tools: fix linter issues Signed-off-by: Gabriela Gutierrez --- .github/dependabot.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1ef5e5bd178e4c..27cdab2e7c3cad 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,8 +2,8 @@ version: 2 updates: - - package-ecosystem: 'github-actions' - directory: '/' + - package-ecosystem: github-actions + directory: / schedule: - interval: 'monthly' + interval: monthly open-pull-requests-limit: 10