Create dependabot.yml (#260)

This commit is contained in:
Felix 2022-01-30 16:27:53 +01:00 committed by GitHub
parent 162af35254
commit 6d97e5fa5d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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

@ -0,0 +1,22 @@
# Docs: <https://docs.github.com/en/free-pro-team@latest/github/administering-a-repository/customizing-dependency-updates>
version: 2
updates:
- package-ecosystem: github-actions
directory: /
schedule: {interval: weekly}
reviewers: [ajbura]
assignees: [ajbura]
- package-ecosystem: docker
directory: /
schedule: {interval: weekly}
reviewers: [ajbura]
assignees: [ajbura]
- package-ecosystem: npm
directory: /
schedule: {interval: weekly}
reviewers: [ajbura]
assignees: [ajbura]