From 1103496f445a4827b0f829527e86ce54515ba6a8 Mon Sep 17 00:00:00 2001 From: "ala'n (Alexey Stsefanovich)" Date: Thu, 22 Feb 2024 16:24:38 +0100 Subject: [PATCH] chore: remove `versioning-strategy` for github-actions to fix dependabot config validation --- .github/dependabot.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e5f3bcd94..ed063c58a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -18,6 +18,7 @@ updates: assignees: - "ala-n" - "abarmina" + - "NastaLeo" groups: typescript-eslint: patterns: @@ -33,13 +34,13 @@ updates: patterns: - "semantic-release" - "@semantic-release/*" + # Maintain dependencies for GitHub Actions - package-ecosystem: "github-actions" directory: "/" - versioning-strategy: increase - open-pull-requests-limit: 10 + open-pull-requests-limit: 5 schedule: - interval: "daily" + interval: "daily" # change to "weekly" reviewers: - "@exadel-inc/esl-core-maintainers" assignees: