Skip to content

Commit

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

PTFE-821 Add dependabot to update pip and docker
  • Loading branch information
MartinS926 committed Sep 20, 2023
2 parents a6c1500 + 28c4e85 commit 6d3c912
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
---
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: weekly
commit-message:
prefix: github-actions
include: scope
labels:
- github-actions
- dependencies

- package-ecosystem: pip
directory: /
schedule:
interval: weekly
commit-message:
prefix: pip
include: scope
labels:
- pip
- dependencies

- package-ecosystem: docker
registries:
- dockerhub
directory: /
schedule:
interval: weekly
commit-message:
prefix: docker
include: scope
labels:
- docker
- dependencies
groups:
docker:
patterns:
- "*"
update-types:
- patch
- minor

0 comments on commit 6d3c912

Please sign in to comment.