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 caeb5e5 commit 00e712dCopy full SHA for 00e712d
.github/dependabot.yml
@@ -1,5 +1,12 @@
1
---
2
version: 2
3
+registries:
4
+ docker-elastic:
5
+ type: docker-registry
6
+ url: https://docker.elastic.co
7
+ username: ${{secrets.ELASTIC_DOCKER_USERNAME}}
8
+ password: ${{secrets.ELASTIC_DOCKER_PASSWORD}}
9
+
10
updates:
11
# Enable version updates for python
12
- package-ecosystem: "pip"
0 commit comments