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 da5aceb commit f1d17a3Copy full SHA for f1d17a3
.github/dependabot.yml
@@ -3,8 +3,8 @@ registries:
3
docker-registry-quay-io:
4
type: docker-registry
5
url: https://quay.io
6
- username: "${{secrets.QUAY_USER}}"
7
- password: "${{secrets.QUAY_PASS}}"
+ username: "${{secrets.DEPENDABOT_USER}}"
+ password: "${{secrets.DEPENDABOT_PASS}}"
8
updates:
9
- package-ecosystem: "docker"
10
schedule:
0 commit comments