FreeDATA/.github/dependabot.yml

24 lines
609 B
YAML
Raw Normal View History

2022-07-14 09:01:59 +02:00
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
2022-07-14 09:01:59 +02:00
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
2024-02-11 10:06:47 +01:00
interval: "monthly"
2023-12-01 10:05:30 +01:00
target-branch: "develop"
2023-09-10 08:46:51 +02:00
# Maintain dependencies for npm
- package-ecosystem: "npm"
2023-10-22 10:20:32 +02:00
directory: "/gui"
2023-09-10 08:46:51 +02:00
schedule:
2024-02-11 10:06:47 +01:00
interval: "monthly"
2023-11-08 20:23:27 +01:00
target-branch: "develop"
2023-09-10 08:46:51 +02:00
# Maintain dependencies for pip
- package-ecosystem: "pip"
directory: "/"
schedule:
2024-02-11 10:06:47 +01:00
interval: "monthly"
2023-12-01 10:05:30 +01:00
target-branch: "develop"