Skip to content

Commit c6c7a58

Browse files
jhongturneygithub-actions[bot]
authored andcommitted
[create-pull-request] automated change
1 parent 5d7b530 commit c6c7a58

File tree

1 file changed

+25
-8
lines changed

1 file changed

+25
-8
lines changed

.github/dependabot.yml

Lines changed: 25 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,28 @@
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.
63
version: 2
4+
registries:
5+
ghcr:
6+
type: docker-registry
7+
url: ghcr.io
8+
username: PAT
9+
password: ${{ secrets.CONTAINER_BUILDER_TOKEN }}
710
updates:
8-
- package-ecosystem: "bundler" # See documentation for possible values
9-
directory: "/" # Location of package manifests
11+
- package-ecosystem: bundler
12+
directory: /
1013
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

0 commit comments

Comments
 (0)