aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2023-03-26 21:01:51 +0100
committerGravatar Chris Lovering <[email protected]>2023-03-26 21:01:51 +0100
commitd6219092e7f0fb3f32b2dfa3585cfd9988c9a5a1 (patch)
tree0d77a9e8e9b28b20c504b4d3a4449bb0aec92655
parentBump CI action versions (diff)
Add dependabot CI config
-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 0000000..1230149
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,6 @@
+version: 2
+updates:
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "daily"