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 2aaa6e8 commit ac10c3cCopy full SHA for ac10c3c
.github/dependabot.template.yml
@@ -1,11 +1,5 @@
1
---
2
version: 2
3
-registries:
4
- ghcr:
5
- type: docker-registry
6
- url: ghcr.io
7
- username: PAT
8
- password: ${{ secrets.CONTAINER_BUILDER_TOKEN }}
9
updates:
10
- package-ecosystem: "bundler"
11
directory: "/"
@@ -15,8 +9,6 @@ updates:
15
vendor: true
16
- package-ecosystem: "docker"
17
18
- registries:
19
- - ghcr
20
12
schedule:
21
13
interval: "daily"
22
14
open-pull-requests-limit: 20
0 commit comments