Thumbnail

rani/matterbridge.git

Clone URL: https://git.buni.party/rani/matterbridge.git

commit 7b0b163ba60dd8a370a61dd8f7b8bef7d13c65fe Author: Felix <register@xdfr.de> Date: Sun Dec 19 21:53:09 2021 +0000 Add Dependabot.yml config (#1663) * Added: Dependabot.yml config * Updated: schedule interval * Updated: Interval to weekly diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..de934e4 --- /dev/null +++ b/.github/dependabot.yml @@ -00 +122 @@ +# Docs: <https://docs.github.com/en/free-pro-team@latest/github/administering-a-repository/customizing-dependency-updates> + +version: 2 + +updates: + - package-ecosystem: gomod + directory: / + schedule: {interval: weekly} + reviewers: [42wim] + assignees: [42wim] + + - package-ecosystem: github-actions + directory: / + schedule: {interval: weekly} + reviewers: [42wim] + assignees: [42wim] + + - package-ecosystem: docker + directory: / + schedule: {interval: weekly} + reviewers: [42wim] + assignees: [42wim]