summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorFelix <register@xdfr.de>2021-12-19 21:53:09 +0100
committerGitHub <noreply@github.com>2021-12-19 21:53:09 +0100
commite3ee0df7ba9a66fb9082b7982bc9179ced962846 (patch)
treede65e8adcca59d33aa7af2b32a4162546f67e397 /.github
parent8f7ab280e2ea4011ad3c495d7ef843d82dec2be5 (diff)
downloadmatterbridge-msglm-e3ee0df7ba9a66fb9082b7982bc9179ced962846.tar.gz
matterbridge-msglm-e3ee0df7ba9a66fb9082b7982bc9179ced962846.tar.bz2
matterbridge-msglm-e3ee0df7ba9a66fb9082b7982bc9179ced962846.zip
Add Dependabot.yml config (#1663)
* Added: Dependabot.yml config * Updated: schedule interval * Updated: Interval to weekly
Diffstat (limited to '.github')
-rw-r--r--.github/dependabot.yml22
1 files changed, 22 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 00000000..de934e41
--- /dev/null
+++ b/.github/dependabot.yml
@@ -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: 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]