Node-Red configuration
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

dependabot.yml 321B

1234567891011
  1. # Please see the documentation for all configuration options:
  2. # https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
  3. version: 2
  4. updates:
  5. - package-ecosystem: "npm"
  6. directory: "/"
  7. schedule:
  8. interval: "daily"
  9. allow:
  10. - dependency-type: production