mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-08 19:44:57 -05:00
chore(tools): add docker to the dependencies checked by dependabot
This commit is contained in:
16
.github/dependabot.yaml
vendored
16
.github/dependabot.yaml
vendored
@@ -1,9 +1,23 @@
|
||||
version: 2
|
||||
updates:
|
||||
registries:
|
||||
ghcr-io: # Define access for a private registry
|
||||
type: docker-registry
|
||||
url: ghcr.io
|
||||
username: ${{secrets.BOT_USERNAME}}
|
||||
password: ${{secrets.BOT_TOKEN}}
|
||||
|
||||
updates:
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
schedule:
|
||||
# Check for updates to GitHub Actions every sunday
|
||||
interval: "weekly"
|
||||
day: "sunday"
|
||||
|
||||
- package-ecosystem: "docker"
|
||||
directory: "/docker"
|
||||
registries:
|
||||
- ghcr-io # Allow version updates for dependencies in this registry
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
day: "sunday"
|
||||
|
||||
Reference in New Issue
Block a user