Create dependabot.yml

This commit is contained in:
XenGi 2023-06-12 20:00:57 +02:00 committed by GitHub
parent 0a78d17938
commit a13a5304d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

28
.github/dependabot.yml vendored Normal file
View file

@ -0,0 +1,28 @@
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
target-branch: "staging"
schedule:
interval: "weekly"
commit-message:
prefix: "gh-action"
labels:
- "gh-action"
- "dependencies"
reviewers:
- "cccb/web"
- package-ecosystem: "pip"
directory: "/"
target-branch: "dev"
schedule:
interval: "weekly"
commit-message:
prefix: "python"
labels:
- "python"
- "dependencies"
reviewers:
- "cccb/web"