File tree Expand file tree Collapse file tree 1 file changed +12
-8
lines changed Expand file tree Collapse file tree 1 file changed +12
-8
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/github/administering-a-repository/configuration-options-for-dependency-updates
5
-
1
+ # This file was generated by the "Generate Dependabot Glob" action. Do not edit it directly.
2
+ # Make changes to `.github/dependabot.template.yml` and a PR will be automatically created.
6
3
version : 2
7
4
updates :
8
- - package-ecosystem : " bundler" # See documentation for possible values
9
- directory : " / " # Location of package manifests
5
+ - package-ecosystem : bundler
6
+ directory : /
10
7
schedule :
11
- interval : " weekly"
8
+ interval : daily
9
+ open-pull-requests-limit : 20
10
+ vendor : true
11
+ - package-ecosystem : github-actions
12
+ directory : /
13
+ schedule :
14
+ interval : daily
15
+ open-pull-requests-limit : 20
You can’t perform that action at this time.
0 commit comments