FreeDATA/.github/dependabot.yml
2024-04-17 22:49:39 +02:00

24 lines
618 B
YAML

# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
target-branch: "develop"
# Maintain dependencies for npm
- package-ecosystem: "npm"
directory: "/freedata-gui"
schedule:
interval: "monthly"
target-branch: "develop"
# Maintain dependencies for pip
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "monthly"
target-branch: "develop"