diff options
author | Davey Shafik <me@daveyshafik.com> | 2020-10-12 01:12:52 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-12 01:12:52 -0700 |
commit | 697e0eb466aa474ff054d7e6908ab873d77dcdcf (patch) | |
tree | 26c030c3816f42bd8794298e0e65a2f3fb68272d | |
parent | 68d8aa8211668ee83bbefcc377615d77c9afd474 (diff) | |
download | php7-mysql-shim-697e0eb466aa474ff054d7e6908ab873d77dcdcf.zip php7-mysql-shim-697e0eb466aa474ff054d7e6908ab873d77dcdcf.tar.gz php7-mysql-shim-697e0eb466aa474ff054d7e6908ab873d77dcdcf.tar.bz2 |
Create 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..cab06cb --- /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://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + - package-ecosystem: "composer" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "weekly" |