aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorScott Brenner <scott@scottbrenner.me>2024-09-13 19:35:11 -0700
committerGitHub <noreply@github.com>2024-09-13 19:35:11 -0700
commit1d1fc15467dcf67b2bec0a222e3241ed8e90526c (patch)
treea9aab90390c307971ec4148bfece1fd4c7acf901 /.github
parent262e46090acfa6165074bc9a51f45bb1a6695d4c (diff)
Dependabot configuration to update actions in workflow
Diffstat (limited to '.github')
-rw-r--r--.github/dependabot.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..ea7c7d7
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,14 @@
+# To get started with Dependabot version updates, you'll need to specify which
+# package ecosystems to update and where the package manifests are located.
+# Please see the documentation for all configuration options:
+# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
+
+version: 2
+updates:
+ # Enable version updates for GitHub Actions
+ - package-ecosystem: "github-actions"
+ # Look for GitHub Actions workflows in the `root` directory
+ directory: "/"
+ # Check the for updates once a week
+ schedule:
+ interval: "weekly"