Files
TheGame/.github/dependabot.yml
2022-10-13 16:14:23 +05:30

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]