1
0
mirror of https://github.com/Mikaela/cv.git synced 2024-11-22 16:39:26 +01:00
cv/.github/dependabot.yml

31 lines
549 B
YAML
Raw Normal View History

version: 2
updates:
- package-ecosystem: "bundler"
directory: "/"
schedule:
interval: "daily"
2023-09-09 20:10:23 +02:00
timezone: "Europe/Helsinki"
groups:
bundler:
patterns:
- "*"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
2023-09-09 20:10:23 +02:00
timezone: "Europe/Helsinki"
groups:
github-actions:
patterns:
- "*"
2024-05-25 07:47:04 +02:00
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
groups:
npm:
patterns:
- "*"