FreeDATA/.github/dependabot.yml

30 lines
643 B
YAML
Raw Normal View History

2022-07-14 07:01:59 +00:00
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
2022-07-14 07:01:59 +00:00
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
2022-07-14 07:01:59 +00:00
# Maintain dependencies for npm
- package-ecosystem: "npm"
directory: "/gui"
schedule:
interval: "daily"
2023-09-10 06:46:51 +00:00
# Maintain dependencies for npm
- package-ecosystem: "npm"
directory: "/gui_vue"
schedule:
interval: "daily"
# Maintain dependencies for pip
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily"