-
-
Save KyMidd/0cd98bed88d631ae072e40d04ae671f5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Scan for github actions and terraform module updates | |
updates: | |
- package-ecosystem: "github-actions" # See documentation for possible values | |
directories: | |
- "*" # Location of package manifests | |
registries: | |
- "github" | |
schedule: | |
interval: "daily" | |
commit-message: | |
# Prefix all commit messages with Dependabot" | |
prefix: "Dependabot" | |
# Specify labels for github-actions pull requests | |
labels: | |
- "dependencies" | |
# Add reviewers | |
reviewers: | |
- "OrgName/pr_approvers" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment