Files
iOS/.github/dependabot.yml
mat1th ae4a3e8c13 implement dependabot to check for updates for github actions; (#2587)
## 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
2024-02-19 10:51:44 +01:00

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:
- "*"