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