diff options
author | Wyvest <45589059+Wyvest@users.noreply.github.com> | 2022-05-27 21:32:11 +0700 |
---|---|---|
committer | Wyvest <45589059+Wyvest@users.noreply.github.com> | 2022-05-27 21:32:11 +0700 |
commit | 3430c2f03e1996ddb8e029f6f577af8c2a4a80aa (patch) | |
tree | caea6f1270545ecd838e7062eed1fa8173f7aa2d /.github/dependabot.yml | |
parent | ab2dd02145d5f89455a74605dd953888761d0ddb (diff) | |
parent | 2293bd7370f35b3bb0c7677d49553b4581a39205 (diff) | |
download | OneConfig-3430c2f03e1996ddb8e029f6f577af8c2a4a80aa.tar.gz OneConfig-3430c2f03e1996ddb8e029f6f577af8c2a4a80aa.tar.bz2 OneConfig-3430c2f03e1996ddb8e029f6f577af8c2a4a80aa.zip |
Merge branch 'master' of https://github.com/Polyfrost/OneConfig
Diffstat (limited to '.github/dependabot.yml')
-rw-r--r-- | .github/dependabot.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..13f8d2d --- /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: "gradle" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "daily" |