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://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5+
6+ version : 2
7+
8+ updates :
9+
10+ # Maintain dependencies for GitHub Actions.
11+ # Dependabot will raise pull requests
12+ # for version updates for any outdated actions that it finds.
13+ - package-ecosystem : " github-actions"
14+ directory : " /"
15+ schedule :
16+ interval : " weekly"
17+ day : " sunday"
18+
19+ # Maintain dependencies for python packages.
20+ # Dependabot will raise pull requests
21+ # for version updates for any outdated package that it finds.
22+ - package-ecosystem : " pip"
23+ directory : " /"
24+ schedule :
25+ interval : " weekly"
26+
You can’t perform that action at this time.
0 commit comments