diff options
author | Wim <wim@42.be> | 2022-02-08 00:13:07 +0100 |
---|---|---|
committer | Wim <wim@42.be> | 2022-02-08 00:13:09 +0100 |
commit | 5bc18fb7805e246b8193bd190751fbdb19825364 (patch) | |
tree | ff69e10dd3b490bf41e2081ce49976cde1a1e6c9 /.github | |
parent | df303660726f96c843a19c4369600b38935610bd (diff) | |
download | matterbridge-msglm-5bc18fb7805e246b8193bd190751fbdb19825364.tar.gz matterbridge-msglm-5bc18fb7805e246b8193bd190751fbdb19825364.tar.bz2 matterbridge-msglm-5bc18fb7805e246b8193bd190751fbdb19825364.zip |
Remove dependabot to fix fork spamming
See https://github.com/dependabot/dependabot-core/issues/2198
Diffstat (limited to '.github')
-rw-r--r-- | .github/dependabot.yml | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index de934e41..00000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,22 +0,0 @@ -# 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] |