1
0
mirror of https://github.com/Mikaela/cv.git synced 2025-02-16 21:40:46 +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 21:10:23 +03:00
timezone: "Europe/Helsinki"
groups:
bundler:
patterns:
- "*"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
2023-09-09 21:10:23 +03:00
timezone: "Europe/Helsinki"
groups:
github-actions:
patterns:
- "*"
2024-05-25 08:47:04 +03:00
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
groups:
npm:
patterns:
- "*"