aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorTSRBerry <20988865+TSRBerry@users.noreply.github.com>2022-10-21 10:16:28 +0200
committerGitHub <noreply@github.com>2022-10-21 10:16:28 +0200
commitd8e487d018b156270e6cfdbbeaacacd62d270e7f (patch)
tree9e8550e64b1b6ee58d477b887d69d9c633b87c9d /.github
parent5fdc46ac7f6e0858c65bc6f30beb043faecccc05 (diff)
gha: Add dependabot.yml (#3778)
Diffstat (limited to '.github')
-rw-r--r--.github/dependabot.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 00000000..3369e3a8
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,12 @@
+version: 2
+updates:
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: weekly
+ labels:
+ - "infra"
+ reviewers:
+ - marysaka
+ commit-message:
+ prefix: "ci"