aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorMatthew Strapp <matt@mattstrapp.net>2022-02-18 14:15:04 -0600
committerGitHub <noreply@github.com>2022-02-18 14:15:04 -0600
commit0c16c5d3dcc709f9af4894cc890ec61ebad87872 (patch)
tree9ff7410d662bd1b03bfb673f8f7ab2f4bf52d435 /.github
parentAdd requirements, force tests in specific dir (diff)
downloadee4511w-0c16c5d3dcc709f9af4894cc890ec61ebad87872.tar
ee4511w-0c16c5d3dcc709f9af4894cc890ec61ebad87872.tar.gz
ee4511w-0c16c5d3dcc709f9af4894cc890ec61ebad87872.tar.bz2
ee4511w-0c16c5d3dcc709f9af4894cc890ec61ebad87872.tar.lz
ee4511w-0c16c5d3dcc709f9af4894cc890ec61ebad87872.tar.xz
ee4511w-0c16c5d3dcc709f9af4894cc890ec61ebad87872.tar.zst
ee4511w-0c16c5d3dcc709f9af4894cc890ec61ebad87872.zip
Create dependabot.yml
Diffstat (limited to '.github')
-rw-r--r--.github/dependabot.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..bb645f9
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,11 @@
+# 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:
+ - package-ecosystem: "" # See documentation for possible values
+ directory: "/System" # Location of package manifests
+ schedule:
+ interval: "daily"