Skip to content

Commit

Permalink
PTFE-821 Add dependabot yml configuration (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinS926 authored Sep 14, 2023
1 parent 00e056d commit 324f32b
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
---
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

0 comments on commit 324f32b

Please sign in to comment.