2022-04-29 06:57:31 +08:00
|
|
|
# Please see the documentation for all configuration options:
|
|
|
|
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
|
|
|
|
|
|
|
|
version: 2
|
|
|
|
updates:
|
|
|
|
- package-ecosystem: "cargo"
|
|
|
|
directory: "/"
|
2022-04-29 07:03:12 +08:00
|
|
|
labels: ["type/deps"]
|
2024-09-05 22:53:45 +08:00
|
|
|
#open-pull-requests-limit: 25
|
2022-04-29 07:03:12 +08:00
|
|
|
schedule:
|
2022-07-03 17:33:23 +08:00
|
|
|
interval: "daily"
|
2024-09-05 22:53:45 +08:00
|
|
|
groups:
|
|
|
|
version-bumps:
|
|
|
|
applies-to: version-updates
|
|
|
|
update-types:
|
|
|
|
- minor
|
|
|
|
- patch
|
2022-04-29 07:03:12 +08:00
|
|
|
- package-ecosystem: "npm"
|
2022-09-15 05:00:40 +08:00
|
|
|
directory: "/warpgate-web"
|
2022-04-29 07:03:12 +08:00
|
|
|
labels: ["type/deps"]
|
2024-09-05 22:53:45 +08:00
|
|
|
#open-pull-requests-limit: 25
|
|
|
|
groups:
|
|
|
|
version-bumps:
|
|
|
|
applies-to: version-updates
|
|
|
|
update-types:
|
|
|
|
- minor
|
|
|
|
- patch
|
2022-04-29 06:57:31 +08:00
|
|
|
schedule:
|
2022-07-03 17:33:23 +08:00
|
|
|
interval: "daily"
|