Skip to content

Commit

Permalink
chore: remove versioning-strategy for github-actions to fix dependa…
Browse files Browse the repository at this point in the history
…bot config validation
  • Loading branch information
ala-n committed Feb 22, 2024
1 parent 172d29a commit 1103496
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ updates:
assignees:
- "ala-n"
- "abarmina"
- "NastaLeo"
groups:
typescript-eslint:
patterns:
Expand All @@ -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:
Expand Down

0 comments on commit 1103496

Please sign in to comment.