aboutsummaryrefslogtreecommitdiff
path: root/.github/dependabot.yml
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2024-10-17 18:31:50 +0200
committerstonedDiscord <Tukz@gmx.de>2024-10-17 18:31:50 +0200
commit9d598e8ce14ef5c8ca5b8e1355caeebe5845d4eb (patch)
tree6a4284ae42731d5dbf498cdc1ffb1969c93fa40a /.github/dependabot.yml
parent75fd8fc2fd8375e20a696a1c18bda37e0d517adf (diff)
parentbbf9099167334abf4fcbd76b4cfa2ff18600c3ce (diff)
Merge branch 'master' of https://github.com/AttorneyOnline/webAO
Diffstat (limited to '.github/dependabot.yml')
-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"