diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e1fbef8..1cfc71c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,14 @@ version: 2 updates: - - package-ecosystem: cargo - directory: '/' - schedule: - interval: daily +- package-ecosystem: cargo + directory: "/" + schedule: + interval: daily + time: "00:00" + timezone: America/Chicago + open-pull-requests-limit: 10 + ignore: + - dependency-name: shakmaty + versions: + - 0.17.0 + - 0.18.0