summaryrefslogtreecommitdiff
path: root/.github/dependabot.yml
diff options
context:
space:
mode:
authorFabian Mastenbroek <mail.fabianm@gmail.com>2022-01-11 17:00:47 +0100
committerFabian Mastenbroek <mail.fabianm@gmail.com>2022-01-11 17:07:25 +0100
commitd0515c3a1fd21b82a595b717678cc85f7ba123b8 (patch)
tree774d9d259b7accb4910baf37cfc114c5c40175ad /.github/dependabot.yml
parent15163194120e5d6d286c0afd705effd79a95d20a (diff)
ci: Add Dependabot configuration for GitHub actions
This change adds a Dependabot configuration to the repository to check for GitHub Actions updates.
Diffstat (limited to '.github/dependabot.yml')
-rw-r--r--.github/dependabot.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 00000000..2c932a9d
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,7 @@
+# Set update schedule for GitHub Actions
+version: 2
+updates:
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "weekly" \ No newline at end of file