FreeDATA/.github/dependabot.yml

24 lines
618 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:
2024-02-11 09:06:47 +00:00
interval: "monthly"
2023-12-01 09:05:30 +00:00
target-branch: "develop"
2023-09-10 06:46:51 +00:00
# Maintain dependencies for npm
- package-ecosystem: "npm"
2024-04-18 09:04:25 +00:00
directory: "/freedata_gui"
2023-09-10 06:46:51 +00:00
schedule:
2024-02-11 09:06:47 +00:00
interval: "monthly"
2023-11-08 19:23:27 +00:00
target-branch: "develop"
2023-09-10 06:46:51 +00:00
# Maintain dependencies for pip
- package-ecosystem: "pip"
directory: "/"
schedule:
2024-02-11 09:06:47 +00:00
interval: "monthly"
2023-12-01 09:05:30 +00:00
target-branch: "develop"