| 123456789101112131415161718192021222324252627 |
- # https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
- version: 2
- updates:
- - package-ecosystem: "github-actions"
- directory: "/"
- schedule:
- interval: "monthly"
- - package-ecosystem: "npm"
- directory: "/"
- schedule:
- interval: "monthly"
- groups:
- eslint:
- patterns:
- - "eslint*"
- stylelint:
- patterns:
- - "stylelint*"
- - package-ecosystem: "composer"
- directory: "/"
- schedule:
- interval: "monthly"
- - package-ecosystem: "composer"
- directory: "/lib/"
- schedule:
- interval: "monthly"
|