summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Losito <lositojohnj@gmail.com>2022-12-19 16:57:56 -0500
committerGitHub <noreply@github.com>2022-12-19 14:57:56 -0700
commitd3d76d6ac227e5ef1829c4e2da194f055e98ce43 (patch)
treeef97e02c977a3785d9b1167862066476cca1ff99
parentc3b5b1811c119b896c5f70e3275ca835e7df5460 (diff)
ci: Check for github action updates monthly (#5258)
-rw-r--r--.github/dependabot.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..64284b9
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,7 @@
+---
+version: 2
+updates:
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "monthly"