mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-01-14 17:08:00 -05:00
10 lines
246 B
YAML
10 lines
246 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: github-actions
|
|
directory: / # default location of `.github/workflows`
|
|
schedule:
|
|
interval: daily
|
|
ignore:
|
|
- dependency-name: '*'
|
|
update-types: [version-update:semver-patch]
|