We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cbcf6a commit edf2257Copy full SHA for edf2257
.github/dependabot.yml
@@ -1,12 +1,6 @@
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.
3
version: 2
4
-registries:
5
- ghcr:
6
- type: docker-registry
7
- url: ghcr.io
8
- username: PAT
9
- password: ${{ secrets.CONTAINER_BUILDER_TOKEN }}
10
updates:
11
- package-ecosystem: bundler
12
directory: /
@@ -16,8 +10,6 @@ updates:
16
vendor: true
17
- package-ecosystem: docker
18
19
- registries:
20
- - ghcr
21
13
schedule:
22
14
interval: daily
23
15
open-pull-requests-limit: 20
0 commit comments