Skip to content

Instantly share code, notes, and snippets.

@KyMidd
Created October 16, 2024 01:38
Show Gist options
  • Save KyMidd/0cd98bed88d631ae072e40d04ae671f5 to your computer and use it in GitHub Desktop.
Save KyMidd/0cd98bed88d631ae072e40d04ae671f5 to your computer and use it in GitHub Desktop.
# 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