1
0
mirror of https://github.com/axllent/mailpit.git synced 2025-01-10 00:43:53 +02:00
mailpit/.github/dependabot.yml

24 lines
807 B
YAML
Raw Normal View History

2023-02-23 09:31:30 +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://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: "gomod"
directory: "/" # Location of package manifests
schedule:
2023-02-27 10:57:38 +02:00
interval: "monthly"
2023-02-23 09:31:30 +02:00
- package-ecosystem: "github-actions"
directory: "/" # Location of package manifests
schedule:
2023-02-27 10:57:38 +02:00
interval: "monthly"
2023-02-23 09:31:30 +02:00
- package-ecosystem: "docker"
directory: "/" # Location of package manifests
schedule:
2023-02-27 10:57:38 +02:00
interval: "monthly"
2023-02-24 06:23:37 +02:00
- package-ecosystem: "npm"
directory: "/"
schedule:
2023-02-27 10:57:38 +02:00
interval: "monthly"