diff --git a/.ci_support/environment-docs.yml b/.ci_support/environment-docs.yml index 3a60aa10..50c47ec2 100644 --- a/.ci_support/environment-docs.yml +++ b/.ci_support/environment-docs.yml @@ -12,7 +12,7 @@ dependencies: - scipy =1.12.0 - spglib =2.2.0 - phonopy =2.21.0 -- structuretoolkit =0.0.18 +- structuretoolkit =0.0.21 - seekpath =2.1.0 - lammps =2023.11.21 - pandas =2.2.0 diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 46e2183a..8851a4b0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,6 +3,5 @@ updates: - package-ecosystem: pip directory: "/" schedule: - interval: weekly - day: monday - open-pull-requests-limit: 10 \ No newline at end of file + interval: "daily" + open-pull-requests-limit: 10