Skip to content

Instantly share code, notes, and snippets.

@dnlcrl
Created September 23, 2022 10:32
Show Gist options
  • Save dnlcrl/6b7ad92e3170357d478d6f56925e1233 to your computer and use it in GitHub Desktop.
Save dnlcrl/6b7ad92e3170357d478d6f56925e1233 to your computer and use it in GitHub Desktop.
dependabot.json
version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
commit-message:
prefix: "chore:"
include: "scope"
# Maintain dependencies for pip
- package-ecosystem: "pip"
directory: "frontend/"
schedule:
interval: "daily"
commit-message:
prefix: "chore:"
include: "scope"
# Maintain dependencies for npm
- package-ecosystem: "npm"
directory: "frontend/"
schedule:
interval: "daily"
commit-message:
prefix: "chore:"
include: "scope"
# Maintain dependencies for docker
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "daily"
commit-message:
prefix: "chore:"
include: "scope"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment