Create dependabot.yml

This commit is contained in:
Matthias Kesler
2025-01-16 18:52:25 +01:00
committed by GitHub
parent 157bc07533
commit 0fd1e1da91

15
.github/dependabot.yml vendored Normal file
View File

@@ -0,0 +1,15 @@
# 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: monthly}
reviewers: [krombel]
assignees: [krombel]
- package-ecosystem: docker
directory: /
schedule: {interval: monthly}
reviewers: [krombel]
assignees: [krombel]