summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Widman <jeff@jeffwidman.com>2023-01-20 18:38:09 -0800
committerGitHub <noreply@github.com>2023-01-20 18:38:09 -0800
commitabb0a8124668bcfeb712ddfa1eeda0e3c9fa324d (patch)
tree5565717d5c8eb79caf4f09c4854eb43ad29d48af
parent0c56441917eb4657a1892a1b459dffab9fc5f468 (diff)
downloadkazoo-enable-dependabot-for-github-actions.tar.gz
Ask Dependabot to bump actionsenable-dependabot-for-github-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"