comfycamp/.github/dependabot.yml

19 lines
324 B
YAML
Raw Normal View History

2023-08-27 23:29:32 +05:00
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
2024-03-03 14:08:14 +05:00
groups:
github:
patterns:
- "*"
2023-08-27 23:29:32 +05:00
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "monthly"
2024-03-03 14:08:14 +05:00
groups:
npm:
patterns:
- "*"