mirror of
https://github.com/home-assistant/iOS.git
synced 2026-06-18 11:15:36 -05:00
## Summary Github does have the [dependabot](https://docs.github.com/en/code-security/dependabot/working-with-dependabot) feature create pull request for dependecies that are outdated. This pr implements this for github actions. ## Screenshots No user facing changes. ## Link to pull request in Documentation repository NA ## Any other notes NA
15 lines
285 B
YAML
15 lines
285 B
YAML
version: 2
|
|
enable-beta-ecosystems: true
|
|
updates:
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
commit-message:
|
|
prefix: "GitHub Actions:"
|
|
schedule:
|
|
interval: "weekly"
|
|
time: "02:00"
|
|
groups:
|
|
dependencies:
|
|
patterns:
|
|
- "*"
|