From 9ad8e4545f7627cf3fa715c5c1c58c9bcc489035 Mon Sep 17 00:00:00 2001 From: "Victor V. Rubezhny" Date: Fri, 30 Jun 2023 00:51:58 +0200 Subject: [PATCH] [nobug] Update make all dependabot checks daily --- .github/dependabot.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 37409d44d6..ffb1b1b1ed 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -17,20 +17,20 @@ updates: - package-ecosystem: npm directory: "/org.eclipse.wildwebdeveloper.tests/testProjects/angular-app" schedule: - interval: weekly + interval: daily open-pull-requests-limit: 10 - package-ecosystem: npm directory: "/org.eclipse.wildwebdeveloper.tests/testProjects/HelloWorldTS" schedule: - interval: weekly + interval: daily open-pull-requests-limit: 10 - package-ecosystem: npm directory: "/org.eclipse.wildwebdeveloper.tests/testProjects/eslint" schedule: - interval: weekly + interval: daily open-pull-requests-limit: 10 - package-ecosystem: npm directory: "/org.eclipse.wildwebdeveloper.tests/testProjects/vue-app" schedule: - interval: weekly + interval: daily open-pull-requests-limit: 10