From: Felix Date: Sun, 30 Jan 2022 15:27:53 +0000 (+0100) Subject: Create dependabot.yml (#260) X-Git-Tag: v1.8.0~140 X-Git-Url: https://git.wafflesoft.org/?a=commitdiff_plain;h=6d97e5fa5d77e7dda3dc1a980c45d1f9dcae3960;p=rainny.git Create dependabot.yml (#260) --- diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..7744f44 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,22 @@ +# Docs: + +version: 2 + +updates: + - package-ecosystem: github-actions + directory: / + schedule: {interval: weekly} + reviewers: [ajbura] + assignees: [ajbura] + + - package-ecosystem: docker + directory: / + schedule: {interval: weekly} + reviewers: [ajbura] + assignees: [ajbura] + + - package-ecosystem: npm + directory: / + schedule: {interval: weekly} + reviewers: [ajbura] + assignees: [ajbura]