aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMy-Name-Is-Jeff <37018278+My-Name-Is-Jeff@users.noreply.github.com>2021-07-13 16:13:32 -0400
committerGitHub <noreply@github.com>2021-07-13 16:13:32 -0400
commit427aeda393f1aafbcd5eee02d6bdd1e71673e324 (patch)
tree12f6b6dee199dbf5feff637db4b258b9f76838ec /.github
parent15e574d3bede1f19063cbf3bf8db4dc8f41b5a82 (diff)
downloadSkytilsMod-427aeda393f1aafbcd5eee02d6bdd1e71673e324.tar.gz
SkytilsMod-427aeda393f1aafbcd5eee02d6bdd1e71673e324.tar.bz2
SkytilsMod-427aeda393f1aafbcd5eee02d6bdd1e71673e324.zip
Create dependabot.yml
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 00000000..f0237895
--- /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://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
+
+version: 2
+updates:
+ - package-ecosystem: "gradle" # See documentation for possible values
+ directory: "/" # Location of package manifests
+ schedule:
+ interval: "daily"
+ time: "10:00"
+ timezone: "America/New_York"
+ open-pull-requests-limit: 10