Skip to content
Snippets Groups Projects
  1. Jun 04, 2020
  2. May 18, 2020
  3. May 03, 2020
  4. Apr 15, 2020
  5. Apr 05, 2020
  6. Mar 07, 2020
  7. Mar 06, 2020
  8. Mar 05, 2020
  9. Feb 02, 2020
  10. Jan 27, 2020
  11. Oct 22, 2019
  12. Oct 15, 2019
  13. Oct 04, 2019
  14. Aug 23, 2019
  15. Feb 20, 2019
  16. Sep 21, 2018
  17. May 27, 2018
  18. Apr 30, 2018
    • Rhys Arkins's avatar
      feat: custom filenames for package files (#1894) · c356bb03
      Rhys Arkins authored
      Renovate now comes with a variety of package managers supported, each with their own filename pattern(s). These patterns are now exposed for user configuration through the new `fileMatch` list/array configuration option, which has been added to each manager (npm, bazel, docker-compose, etc). `fileMatch` is defined as a mergeable list, meaning that users can add to the default pattern to extend the files being detected.
      
      Closes #799
  19. Apr 28, 2018
  20. Apr 27, 2018
  21. Apr 17, 2018
  22. Apr 13, 2018
  23. Apr 12, 2018
  24. Apr 11, 2018
  25. Apr 04, 2018
  26. Mar 28, 2018
  27. Mar 13, 2018
  28. Mar 12, 2018
  29. Mar 03, 2018
    • Rhys Arkins's avatar
      feat: allowedVersions · 7f9d73a3
      Rhys Arkins authored
      A semver range defining allowed versions for dependencies
      
      | name | value  |
      | ---- | ------ |
      | type | string |
      
      Use this - usually within a packageRule - to limit how far to upgrade a dependency. For example, if you wish to upgrade to angular v1.5 but not to `angular` v1.6 or higher, you could defined this to be `<= 1.5` or `< 1.6.0`:
      
      ```
        "packageRules": [{
          "packageNames": ["angular"],
          "allowedVersions": "<=1.5"
        }]
      ```
  30. Nov 24, 2017
  31. Nov 08, 2017
  32. Nov 01, 2017
  33. Aug 14, 2017
  34. Aug 03, 2017
  35. Aug 02, 2017
Loading