Skip to content

Instantly share code, notes, and snippets.

@leegilmorecode
Created September 4, 2021 04:03
Show Gist options
  • Save leegilmorecode/cf0e8afc338127aded3aa4436655a814 to your computer and use it in GitHub Desktop.
Save leegilmorecode/cf0e8afc338127aded3aa4436655a814 to your computer and use it in GitHub Desktop.
Dependabot example
version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
# Maintain dependencies for npm
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment