diff options
| author | Bobby <[email protected]> | 2022-08-31 01:55:34 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-08-31 01:55:34 -0400 |
| commit | c907f47a7bdae7fe6ca2c35e82c4177c2c0e685f (patch) | |
| tree | 1db7f6941255903b08aa1fc34f5d8ed61ed6ac81 /.github | |
| parent | 5d5d16c2aff6f6466d4c3f81ec5e4d3020781980 (diff) | |
| download | edify-c907f47a7bdae7fe6ca2c35e82c4177c2c0e685f.tar.xz edify-c907f47a7bdae7fe6ca2c35e82c4177c2c0e685f.zip | |
Create dependabot.yml
Diffstat (limited to '.github')
| -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..91abb11 --- /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: "pip" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "weekly" |
