diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..92800a0d --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,28 @@ +# Docs: + +version: 2 + +updates: + - package-ecosystem: github-actions + directory: / + schedule: {interval: monthly} + reviewers: [blocktrron] + assignees: [blocktrron] + + - package-ecosystem: docker + directory: / + schedule: {interval: monthly} + reviewers: [blocktrron] + assignees: [blocktrron] + + - package-ecosystem: docker + directory: / + schedule: {interval: monthly} + reviewers: [blocktrron] + assignees: [blocktrron] + + - package-ecosystem: pip + directory: /docs/ + schedule: {interval: monthly} + reviewers: [blocktrron] + assignees: [blocktrron] \ No newline at end of file