summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLingMan <LingMan@users.noreply.github.com>2022-09-29 05:23:41 +0200
committerAndrew Gallant <jamslam@gmail.com>2022-09-29 07:44:30 -0400
commita928ca42211f872b486be422abc71d7846b9c871 (patch)
tree66a08963cd1a71efd2019ec7f73de83ba1d484e3 /.github
parentd1570defbf7a069cf9d60e57f51c17b82edcceb8 (diff)
ci: enable Dependabot for the Actions workflows
Dependabot automatically files PRs for updatable dependencies. As configured it watches all workflow files in `.github/workflows` for possible updates to any of the Actions depended upon. We specifically do not enable Dependabot for other things, in order to avoid running in a hamster wheel. Closes #2315
Diffstat (limited to '.github')
-rw-r--r--.github/dependabot.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 00000000..5ace4600
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,6 @@
+version: 2
+updates:
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "weekly"