File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # To get started with Dependabot version updates, you'll need to specify which
2+ # package ecosystems to update and where the package manifests are located.
3+ # Please see the documentation for all configuration options:
4+ # https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
5+
6+ version : 2
7+
8+ updates :
9+ - package-ecosystem : " uv"
10+ directory : " /"
11+ schedule :
12+ interval : " weekly"
13+ day : " monday"
14+ time : " 08:00"
15+ timezone : " Europe/Paris"
16+ groups :
17+ dev-deps :
18+ dependency-type : " development"
19+ prod-deps :
20+ dependency-type : " production"
21+
22+ - package-ecosystem : " github-actions"
23+ directory : " /"
24+ schedule :
25+ interval : " weekly"
26+ day : " monday"
27+ time : " 08:00"
28+ timezone : " Europe/Paris"
29+ groups :
30+ everything :
31+ patterns :
32+ - " *"
You can’t perform that action at this time.
0 commit comments