antares/.github/dependabot.yml

15 lines
510 B
YAML
Raw Normal View History

2020-06-29 09:04:39 +02:00
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
2020-06-29 09:05:39 +02:00
- package-ecosystem: "npm"
2022-08-02 10:55:19 +02:00
allow:
- dependency-type: "production"
2020-06-29 09:05:39 +02:00
directory: "/"
2020-06-29 09:04:39 +02:00
schedule:
2022-06-20 08:49:26 +02:00
interval: "monthly"
2023-07-26 17:57:14 +02:00
target-branch: "develop"