summaryrefslogtreecommitdiff
path: root/.github/dependabot.yaml
diff options
context:
space:
mode:
authorseth <[email protected]>2023-07-01 13:53:12 -0400
committerseth <[email protected]>2023-07-01 13:53:12 -0400
commita4a6b35d2a9011866a517994c2c5040685d2cdba (patch)
treec45a44246fdc7b47b81647cd83432c669c2ea1e7 /.github/dependabot.yaml
initial commit
Diffstat (limited to '.github/dependabot.yaml')
-rw-r--r--.github/dependabot.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml
new file mode 100644
index 0000000..8db6eb5
--- /dev/null
+++ b/.github/dependabot.yaml
@@ -0,0 +1,8 @@
+version: 2
+updates:
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "weekly"
+ commit-message:
+ prefix: "deps(actions)"