summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorNick Brassel <nick@tzarc.org>2022-06-29 08:46:47 +1000
committerGitHub <noreply@github.com>2022-06-29 08:46:47 +1000
commit2b094d411218a8ba492b0cdd79eae5df15a548f4 (patch)
tree4049c3202e1edaf0ed48b2118b1552b4cbb826a0 /.github
parent43f8d365ba01b1e61b0c6cbbf6ef28eea9dee2b9 (diff)
Enable dependabot for actions.
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 0000000000..123014908b
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,6 @@
+version: 2
+updates:
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "daily"