summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Widman <jeff@jeffwidman.com>2023-01-20 18:38:09 -0800
committerJeff Widman <jeff@jeffwidman.com>2023-01-21 11:44:27 -0800
commitf65f9587dd1073f7d7bbb8f0da766c0ceba6978c (patch)
tree5565717d5c8eb79caf4f09c4854eb43ad29d48af
parent0c56441917eb4657a1892a1b459dffab9fc5f468 (diff)
downloadkazoo-f65f9587dd1073f7d7bbb8f0da766c0ceba6978c.tar.gz
Ask Dependabot to bump actions
I noticed some of our GitHub action workflows are throwing deprecation warnings... Let's have Dependbot open PR's to bump them whenever they're outdated. We could also enable it for watching our Python deps, but that may be more controversial, so that can be done as a follow-on PR if there's interest.
-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..5ace460
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,6 @@
+version: 2
+updates:
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "weekly"