summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2021-04-06 23:46:11 +0200
committerSebastian Pipping <sebastian@pipping.org>2021-04-06 23:46:11 +0200
commitf9b68a6c0c3cdeaa449973ae760e1d51955e844a (patch)
treec5d05028710fd21961898fb6528111b62813c6cd /.github
parentc23a17cad1f171f47a7e3783806c8e249254aaf5 (diff)
downloadlibexpat-git-f9b68a6c0c3cdeaa449973ae760e1d51955e844a.tar.gz
Make GitHub Dependabot keep our GitHub Actions up to date
Diffstat (limited to '.github')
-rw-r--r--.github/dependabot.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 00000000..b1490196
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,15 @@
+# Copyright (C) 2021 Sebastian Pipping <sebastian@pipping.org>
+# Licensed under the MIT license
+
+version: 2
+updates:
+
+ - package-ecosystem: "github-actions"
+ commit-message:
+ include: "scope"
+ prefix: "Actions"
+ directory: "/"
+ labels:
+ - "enhancement"
+ schedule:
+ interval: "weekly"