mirror of
https://github.com/OpenRCT2/OpenRCT2.git
synced 2026-05-06 15:59:36 -04:00
36b121af9e
Add GitHub Actions dependency update configuration.
8 lines
261 B
YAML
8 lines
261 B
YAML
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
|
|
version: 2
|
|
updates:
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/" # Location of package manifests
|
|
schedule:
|
|
interval: "weekly"
|