diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e0b9423..2ad3016 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,19 +3,10 @@ updates: - package-ecosystem: npm directory: "/" schedule: - interval: daily + interval: weekly time: "23:30" - open-pull-requests-limit: 99 - ignore: - - dependency-name: puppeteer-core - versions: - - 6.0.0 - - 7.0.0 - - 7.0.1 - - 7.0.4 - package-ecosystem: docker directory: "/" schedule: - interval: daily + interval: weekly time: "23:30" - open-pull-requests-limit: 99