dependabot.yml 921 B

12345678910111213141516171819202122
  1. # SPDX-FileCopyrightText: 2024 Christina Sørensen
  2. # SPDX-License-Identifier: EUPL-1.2
  3. #
  4. # SPDX-FileCopyrightText: 2023-2024 Christina Sørensen, eza contributors
  5. # SPDX-FileCopyrightText: 2014 Benjamin Sago
  6. # SPDX-License-Identifier: MIT
  7. # To get started with Dependabot version updates, you'll need to specify which
  8. # package ecosystems to update and where the package manifests are located.
  9. # Please see the documentation for all configuration options:
  10. # https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
  11. version: 2
  12. updates:
  13. - package-ecosystem: "cargo" # See documentation for possible values
  14. directory: "/" # Location of package manifests
  15. schedule:
  16. interval: "weekly"
  17. - package-ecosystem: "github-actions"
  18. # Workflow files stored in the
  19. # default location of `.github/workflows`
  20. directory: "/"
  21. schedule:
  22. interval: "weekly"