Enable Dependabot updates for Actions

This will automatically create update PRs for workflow files referencing Actions that have since had a major update.
This commit is contained in:
Henry Mercer
2022-04-27 11:37:22 +01:00
committed by GitHub
parent 597424809f
commit 60ebf4d9b7

View File

@@ -16,3 +16,11 @@ updates:
directory: "ruby/autobuilder"
schedule:
interval: "daily"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
ignore:
- dependency-name: '*'
update-types: ['version-update:semver-patch', 'version-update:semver-minor']