File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed
Expand file tree Collapse file tree 1 file changed +34
-0
lines changed 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+ ---
7+ version : 2
8+ updates :
9+ - package-ecosystem : " github-actions"
10+ directory : " /"
11+ groups :
12+ github-actions :
13+ patterns :
14+ - " *"
15+ exclude-patterns :
16+ - " actions/*"
17+ - " github/*"
18+ github-owned-actions :
19+ patterns :
20+ - " actions/*"
21+ - " github/*"
22+ schedule :
23+ interval : " weekly"
24+
25+ - package-ecosystem : pip
26+ directory : /papers/P2988
27+ schedule :
28+ interval : daily
29+
30+ - package-ecosystem : pip
31+ directory : /
32+ schedule :
33+ interval : daily
34+
You can’t perform that action at this time.
0 commit comments