dependabot.yml 409 B

123456789101112131415
  1. # Dependabot configuration:
  2. # https://docs.github.com/en/free-pro-team@latest/github/administering-a-repository/configuration-options-for-dependency-updates
  3. version: 2
  4. updates:
  5. - package-ecosystem: "gradle"
  6. directory: "/"
  7. schedule:
  8. interval: "daily"
  9. # Maintain dependencies for GitHub Actions
  10. - package-ecosystem: "github-actions"
  11. directory: "/"
  12. schedule:
  13. interval: "daily"