File tree Expand file tree Collapse file tree 1 file changed +25
-8
lines changed Expand file tree Collapse file tree 1 file changed +25
-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
4
+ registries :
5
+ ghcr :
6
+ type : docker-registry
7
+ url : ghcr.io
8
+ username : PAT
9
+ password : ${{ secrets.CONTAINER_BUILDER_TOKEN }}
7
10
updates :
8
- - package-ecosystem : " bundler" # See documentation for possible values
9
- directory : " / " # Location of package manifests
11
+ - package-ecosystem : bundler
12
+ directory : /
10
13
schedule :
11
- interval : " weekly"
14
+ interval : daily
15
+ open-pull-requests-limit : 20
16
+ vendor : true
17
+ - package-ecosystem : docker
18
+ directory : /
19
+ registries :
20
+ - ghcr
21
+ schedule :
22
+ interval : daily
23
+ open-pull-requests-limit : 20
24
+ - package-ecosystem : github-actions
25
+ directory : /
26
+ schedule :
27
+ interval : daily
28
+ open-pull-requests-limit : 20
You can’t perform that action at this time.
0 commit comments