2022-07-14 07:01:59 +00:00
|
|
|
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
|
2022-09-17 14:30:50 +00:00
|
|
|
version: 2
|
|
|
|
updates:
|
2022-07-14 07:01:59 +00:00
|
|
|
|
2022-09-17 14:30:50 +00:00
|
|
|
# Maintain dependencies for GitHub Actions
|
|
|
|
- package-ecosystem: "github-actions"
|
|
|
|
directory: "/"
|
|
|
|
schedule:
|
|
|
|
interval: "daily"
|
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"
|
2023-10-22 08:20:32 +00:00
|
|
|
directory: "/gui"
|
2023-09-10 06:46:51 +00:00
|
|
|
schedule:
|
|
|
|
interval: "daily"
|
2023-11-08 19:23:27 +00:00
|
|
|
target-branch: "develop"
|
2023-09-10 06:46:51 +00:00
|
|
|
|
2022-09-17 14:30:50 +00:00
|
|
|
# Maintain dependencies for pip
|
|
|
|
- package-ecosystem: "pip"
|
|
|
|
directory: "/"
|
|
|
|
schedule:
|
|
|
|
interval: "daily"
|
2023-12-01 09:05:30 +00:00
|
|
|
target-branch: "develop"
|