diff --git a/.github/dependabot.yml b/.github/dependabot.yml index dbc904ac..c29bf31e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,14 +7,14 @@ version: 2 updates: - package-ecosystem: 'npm' directory: '/' + versioning-strategy: increase schedule: interval: 'daily' open-pull-requests-limit: 10 rebase-strategy: 'auto' - versioning-strategy: increase - package-ecosystem: 'github-actions' directory: '/' schedule: interval: 'daily' - rebase-strategy: 'auto' + rebase-strategy: 'auto' \ No newline at end of file