Skip to content

Commit

Permalink
Merge pull request #50 from scality/improvement/PTFE-821-Set-up-depen…
Browse files Browse the repository at this point in the history
…dabot

PTFE-821 Add dependabot for docker and actions
  • Loading branch information
MartinS926 committed Sep 20, 2023
2 parents ed75a3a + b2f4256 commit efe1a91
Showing 1 changed file with 23 additions and 5 deletions.
28 changes: 23 additions & 5 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,32 @@
---
version: 2

registries:
dockerhub: # Define access for a private registry
type: docker-registry
url: registry.hub.docker.com
username: ${{ secrets.DOCKERHUB_LOGIN }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
open-pull-requests-limit: 10
- package-ecosystem: "pip"
directory: "/"
commit-message:
prefix: github-actions
include: scope
labels:
- github-actions
- dependencies
- package-ecosystem: docker
registries:
- dockerhub
directory: /
schedule:
interval: "daily"
open-pull-requests-limit: 10
interval: weekly
commit-message:
prefix: docker
include: scope
labels:
- docker
- dependencies

0 comments on commit efe1a91

Please sign in to comment.