diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 253149d4..41ea2a62 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,20 +1,6 @@ version: 2 updates: -- package-ecosystem: npm - directory: "/" - schedule: - interval: daily - time: "13:00" - open-pull-requests-limit: 99 - ignore: - - dependency-name: typedoc - versions: - - ">= 0.20.a, < 0.21" - - dependency-name: sinon - versions: - - 10.0.0 - package-ecosystem: "github-actions" directory: "/" schedule: - # Check for updates to GitHub Actions every weekday - interval: "daily" + interval: "monthly"